Fix a compile error on Windows.
authorGordon Henriksen <gordonhenriksen@mac.com>
Thu, 3 Jan 2008 03:21:18 +0000 (03:21 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Thu, 3 Jan 2008 03:21:18 +0000 (03:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45528 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/ParameterAttributes.cpp

index b6c29922a61eeba22bd0480b3cf841707d42a141..53f13405f42355097aae01ccc80ee2c3f8df5281 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "llvm/ParameterAttributes.h"
 #include "llvm/Support/ManagedStatic.h"
+#include <cassert>
+
 using namespace llvm;
 
 static ManagedStatic<FoldingSet<ParamAttrsList> > ParamAttrsLists;