From: Jeff Cohen Date: Sun, 18 Dec 2005 22:20:05 +0000 (+0000) Subject: Keep VC++ happy. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18840db533de12aaabbc3b7bdce7a4d1688f323e;p=oota-llvm.git Keep VC++ happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24835 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 03a0dd1200c..0ca2f19d5bf 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -26,6 +26,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include +#include using namespace llvm; namespace {