Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to LiveIntervalUnion.cpp file.

llvm-svn: 147089
This commit is contained in:
Lang Hames 2011-12-21 20:16:11 +00:00
parent 93176d72e7
commit e49fbd0755
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include <algorithm>
using namespace llvm;