Fix a compile error on Windows.

llvm-svn: 45528
This commit is contained in:
Gordon Henriksen 2008-01-03 03:21:18 +00:00
parent 563fcc3428
commit 8624d7b72e
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include "llvm/ParameterAttributes.h"
#include "llvm/Support/ManagedStatic.h"
#include <cassert>
using namespace llvm;
static ManagedStatic<FoldingSet<ParamAttrsList> > ParamAttrsLists;