From c7cb351aaca1a524922e9ec6f95ffa5ef72c139c Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sun, 18 Dec 2005 22:20:05 +0000 Subject: [PATCH] Keep VC++ happy. llvm-svn: 24835 --- llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index 03a0dd1200c1..0ca2f19d5bf2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/llvm/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 {