]> granicus.if.org Git - llvm/commitdiff
Appease MSVC
authorMatthias Braun <matze@braunis.de>
Tue, 10 May 2016 03:03:55 +0000 (03:03 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 10 May 2016 03:03:55 +0000 (03:03 +0000)
Apply a similar fix to the one in r269006 to LiveIntervalTest.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269009 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/MI/LiveIntervalTest.cpp

index b74908411dafdada207cf0b944d0a6014f6f71e5..a9769179d24f21b3f4fd6a881045f61e3771fb14 100644 (file)
@@ -3,6 +3,7 @@
 #include "llvm/CodeGen/LiveIntervalAnalysis.h"
 #include "llvm/CodeGen/MIRParser/MIRParser.h"
 #include "llvm/CodeGen/MachineFunction.h"
+#include "llvm/CodeGen/MachineModuleInfo.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/Support/MemoryBuffer.h"