forked from OSchip/llvm-project
Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to LiveIntervalUnion.cpp file.
llvm-svn: 147089
This commit is contained in:
parent
93176d72e7
commit
e49fbd0755
|
@ -21,6 +21,8 @@
|
|||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Target/TargetRegisterInfo.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue