diff options
-rw-r--r-- | include/llvm/ADT/SmallPtrSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/SmallPtrSet.h b/include/llvm/ADT/SmallPtrSet.h index 134a7da96c..ed7f4da4e1 100644 --- a/include/llvm/ADT/SmallPtrSet.h +++ b/include/llvm/ADT/SmallPtrSet.h @@ -17,6 +17,7 @@ #include <cassert> #include <cstring> +#include "llvm/Support/DataTypes.h" namespace llvm { |