From: Jeff Cohen Date: Tue, 24 Jan 2006 04:43:17 +0000 (+0000) Subject: Fix VC++ compilation error. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2aa750a874b31ecab56f923a714e43a029526e56;p=oota-llvm.git Fix VC++ compilation error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp index 71bf3cc9d6d..e088f71b88e 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp @@ -19,6 +19,7 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Support/Debug.h" +#include using namespace llvm; namespace {