diff --git a/include/llvm/ParameterAttributes.h b/include/llvm/ParameterAttributes.h index 5cff0443dec..3de5f0537ac 100644 --- a/include/llvm/ParameterAttributes.h +++ b/include/llvm/ParameterAttributes.h @@ -15,6 +15,7 @@ #ifndef LLVM_PARAMETER_ATTRIBUTES_H #define LLVM_PARAMETER_ATTRIBUTES_H +#include "llvm/Support/DataTypes.h" #include namespace llvm {