Appease MSVC

Apply a similar fix to the one in r269006 to LiveIntervalTest.cpp.

llvm-svn: 269009
This commit is contained in:
Matthias Braun 2016-05-10 03:03:55 +00:00
parent 12c91dc4c8
commit 7938eee5d4
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MIRParser/MIRParser.h" #include "llvm/CodeGen/MIRParser/MIRParser.h"
#include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/Passes.h"
#include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/MemoryBuffer.h"