diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 74667e7ad38..62a33d5320a 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -16,6 +16,7 @@ #define LLVM_APINT_H #include "llvm/Support/DataTypes.h" +#include #include namespace llvm {