summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-17 22:02:41 +0000
committerChris Lattner <sabre@nondot.org>2002-08-17 22:02:41 +0000
commitc8d952ebba20fe415b2bd4c71d2a27105e9ab780 (patch)
tree954204e9f55d70cbeed193b6ca06214b69b418d5 /llvm/lib/Bytecode
parent51fa0ef925571c462011067d383d46a1fce553fb (diff)
downloadbcm5719-llvm-c8d952ebba20fe415b2bd4c71d2a27105e9ab780.tar.gz
bcm5719-llvm-c8d952ebba20fe415b2bd4c71d2a27105e9ab780.zip
Fix stupid oversight of missing #include.
llvm-svn: 3367
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r--llvm/lib/Bytecode/Reader/ConstantReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Reader/ConstantReader.cpp b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
index 88bfa3444a2..df1336084e3 100644
--- a/llvm/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/llvm/lib/Bytecode/Reader/ConstantReader.cpp
@@ -10,6 +10,7 @@
#include "ReaderInternals.h"
#include "llvm/Module.h"
+#include "llvm/Constants.h"
#include <algorithm>
using std::make_pair;
OpenPOWER on IntegriCloud