Add header file I accidentally removed in teh shuffle
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 19:15:20 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 19:15:20 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10795 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ConstantProp.cpp

index d78556c00403f0907efa58145293452a2c12b823..d9a297cdf1f4e3b6915a7393e1da17519aa7c99d 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Constant.h"
 #include "llvm/Instruction.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/InstIterator.h"