From 492a263ffd3579abcaf15eb12918580841e197a3 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 23 Aug 2002 10:54:26 +0000 Subject: [PATCH] Added #include llvm-svn: 3491 --- llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index 91956f53a4d5..e27b25ce25df 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -21,6 +21,7 @@ #include "llvm/Type.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" +#include using std::cerr; using std::vector;