Add #include removed from ConstantHandling.h
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 17:53:10 +0000 (17:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 17:53:10 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2496 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Expressions.cpp

index cd68d04f8aee9abb1ef4bd1272356a5c4fdae4b5..f4f76af4c9977d0c3bed14aec25f89fd746b813d 100644 (file)
@@ -11,6 +11,7 @@
 #include "llvm/ConstantHandling.h"
 #include "llvm/Function.h"
 #include "llvm/BasicBlock.h"
+#include "llvm/Instruction.h"
 #include <iostream>
 
 using namespace analysis;