summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/ParameterAttributes.cpp
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-03 03:21:18 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-03 03:21:18 +0000
commit8624d7b72ec4b5625ea035dff2e745c2c214ad49 (patch)
tree365c7b8a885d779e533cad8800b29a2757e9167f /llvm/lib/VMCore/ParameterAttributes.cpp
parent563fcc34284fdb65c5009439e5243dcc8d149474 (diff)
downloadbcm5719-llvm-8624d7b72ec4b5625ea035dff2e745c2c214ad49.tar.gz
bcm5719-llvm-8624d7b72ec4b5625ea035dff2e745c2c214ad49.zip
Fix a compile error on Windows.
llvm-svn: 45528
Diffstat (limited to 'llvm/lib/VMCore/ParameterAttributes.cpp')
-rw-r--r--llvm/lib/VMCore/ParameterAttributes.cpp2
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;
OpenPOWER on IntegriCloud