aboutsummaryrefslogtreecommitdiffstats
path: root/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
commite4619181cc0812e2930aebb260d4e8436afc67ae (patch)
treea200904c3f51b24c4833113c3af53988e2e859ee /lib/Bytecode
parent7473413072a92c119cf123c5266b26bc041e0bd5 (diff)
downloadexternal_llvm-e4619181cc0812e2930aebb260d4e8436afc67ae.zip
external_llvm-e4619181cc0812e2930aebb260d4e8436afc67ae.tar.gz
external_llvm-e4619181cc0812e2930aebb260d4e8436afc67ae.tar.bz2
Fix stupid oversight of missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Reader/ConstantReader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/ConstantReader.cpp b/lib/Bytecode/Reader/ConstantReader.cpp
index 88bfa34..df13360 100644
--- a/lib/Bytecode/Reader/ConstantReader.cpp
+++ b/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;