diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp index 71bf3cc9d6d..e088f71b88e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp +++ b/llvm/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 <algorithm>  using namespace llvm;  namespace {  | 

