commit | f65d917f71690dfc0e10f8d8d7672f3c2a84837e | [log] [tgz] |
---|---|---|
author | Duraid Madina <duraid@octopus.com.au> | Thu Dec 29 05:59:19 2005 +0000 |
committer | Duraid Madina <duraid@octopus.com.au> | Thu Dec 29 05:59:19 2005 +0000 |
tree | df9e47d80f2e2e2ffe6d538d57d4289441707d97 | |
parent | a117b187f75993ef73a16a4d24e91cdfc96f85b7 [diff] [blame] |
purity++ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25041 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index c39f0cd..3ad59d7 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 <iostream> +#include <ios> #include <algorithm> using namespace llvm;