From e2fac77ad355b732da347e51234f02579da62bb6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 4 Jul 2004 11:55:37 +0000 Subject: - #include since its not in Value.h any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14617 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Module.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/VMCore/Module.cpp') diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index 885a604..3f59995 100644 --- a/lib/VMCore/Module.cpp +++ b/lib/VMCore/Module.cpp @@ -20,6 +20,7 @@ #include "SymbolTableListTraitsImpl.h" #include #include +#include #include using namespace llvm; -- cgit v1.1