diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/ADT/Twine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/Twine.h b/include/llvm/ADT/Twine.h index 8518395..66a4ad3 100644 --- a/include/llvm/ADT/Twine.h +++ b/include/llvm/ADT/Twine.h @@ -11,6 +11,7 @@ #define LLVM_ADT_TWINE_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" #include <cassert> #include <string> |