From: Nick Lewycky Date: Mon, 13 Jul 2009 05:49:04 +0000 (+0000) Subject: Fix build on Linux. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=56a96e76ae9cd294cde56a5d5225e793f5ac0351;p=oota-llvm.git Fix build on Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75453 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/LLVMContext.cpp b/lib/VMCore/LLVMContext.cpp index e091f2899bd..a8a8928cdfe 100644 --- a/lib/VMCore/LLVMContext.cpp +++ b/lib/VMCore/LLVMContext.cpp @@ -19,6 +19,7 @@ #include "llvm/MDNode.h" #include "llvm/Support/ManagedStatic.h" #include "LLVMContextImpl.h" +#include using namespace llvm;