From 6656c43ac725861bf2d8ee3a73714f5f0fbb3955 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 23 Aug 2002 10:54:26 +0000 Subject: [PATCH] Added #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3491 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSelection/InstrForest.cpp | 1 + lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/CodeGen/InstrSelection/InstrForest.cpp b/lib/CodeGen/InstrSelection/InstrForest.cpp index 91956f53a4d..e27b25ce25d 100644 --- a/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/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; diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index 91956f53a4d..e27b25ce25d 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/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; -- 2.34.1