From 09f0bd39b16eec73e067561c0c7546902ce97c30 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Wed, 1 Feb 2006 04:37:04 +0000 Subject: [PATCH] Fix VC++ compilation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25869 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/InlineAsm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/VMCore/InlineAsm.cpp b/lib/VMCore/InlineAsm.cpp index 430fb07008e..54367204175 100644 --- a/lib/VMCore/InlineAsm.cpp +++ b/lib/VMCore/InlineAsm.cpp @@ -13,6 +13,7 @@ #include "llvm/InlineAsm.h" #include "llvm/DerivedTypes.h" +#include #include using namespace llvm;