diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-07 13:49:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-07 13:49:45 +0000 |
commit | 3b7199e36c5a3a62cb0c4883e35624a4583a39a0 (patch) | |
tree | 73f7fcdf5a2f4496ebe32453abfaeaf7f8f7e4eb /llvm/lib/VMCore/Module.cpp | |
parent | 5e030830a338e785ec2f09c15d033f77045c099e (diff) | |
download | bcm5719-llvm-3b7199e36c5a3a62cb0c4883e35624a4583a39a0.tar.gz bcm5719-llvm-3b7199e36c5a3a62cb0c4883e35624a4583a39a0.zip |
Add #includes to enable buiding in Release mode
llvm-svn: 1174
Diffstat (limited to 'llvm/lib/VMCore/Module.cpp')
-rw-r--r-- | llvm/lib/VMCore/Module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <map> // Instantiate Templates - This ugliness is the price we have to pay |