From 3b7199e36c5a3a62cb0c4883e35624a4583a39a0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 7 Nov 2001 13:49:45 +0000 Subject: Add #includes to enable buiding in Release mode llvm-svn: 1174 --- llvm/lib/VMCore/Module.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/VMCore/Module.cpp') diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp index 7f5e3e246ab..bb5e5b5a25c 100644 --- a/llvm/lib/VMCore/Module.cpp +++ b/llvm/lib/VMCore/Module.cpp @@ -12,6 +12,7 @@ #include "llvm/ValueHolderImpl.h" #include "llvm/Support/STLExtras.h" #include "llvm/Type.h" +#include "llvm/ConstPoolVals.h" #include // Instantiate Templates - This ugliness is the price we have to pay -- cgit v1.2.3