Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to...
authorLang Hames <lhames@gmail.com>
Wed, 21 Dec 2011 20:16:11 +0000 (20:16 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 21 Dec 2011 20:16:11 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalUnion.cpp

index 110fe1e62024e1ef20d526f609a9fd5f638c4c0b..60a68806c55e7cba503ef3027d293eab988c5de4 100644 (file)
@@ -21,6 +21,8 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetRegisterInfo.h"
 
+#include <algorithm>
+
 using namespace llvm;