From 98232f58599fc8f295e820adcb9146ed98ce5267 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Thu, 3 Jan 2008 03:21:18 +0000 Subject: [PATCH] Fix a compile error on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45528 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/ParameterAttributes.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.34.1