diff options
Diffstat (limited to 'llvm/lib/VMCore/ParameterAttributes.cpp')
-rw-r--r-- | llvm/lib/VMCore/ParameterAttributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/ParameterAttributes.cpp b/llvm/lib/VMCore/ParameterAttributes.cpp index b6c29922a61..53f13405f42 100644 --- a/llvm/lib/VMCore/ParameterAttributes.cpp +++ b/llvm/lib/VMCore/ParameterAttributes.cpp @@ -13,6 +13,8 @@ #include "llvm/ParameterAttributes.h" #include "llvm/Support/ManagedStatic.h" +#include <cassert> + using namespace llvm; static ManagedStatic<FoldingSet<ParamAttrsList> > ParamAttrsLists; |