From: Gordon Henriksen Date: Thu, 3 Jan 2008 03:21:18 +0000 (+0000) Subject: Fix a compile error on Windows. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=inline;h=98232f58599fc8f295e820adcb9146ed98ce5267;p=oota-llvm.git Fix a compile error on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45528 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/ParameterAttributes.cpp b/lib/VMCore/ParameterAttributes.cpp index b6c29922a61..53f13405f42 100644 --- a/lib/VMCore/ParameterAttributes.cpp +++ b/lib/VMCore/ParameterAttributes.cpp @@ -13,6 +13,8 @@ #include "llvm/ParameterAttributes.h" #include "llvm/Support/ManagedStatic.h" +#include + using namespace llvm; static ManagedStatic > ParamAttrsLists;