From 7938eee5d4298e9c7ee14458f2fcfd949f6bee2d Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 10 May 2016 03:03:55 +0000 Subject: Appease MSVC Apply a similar fix to the one in r269006 to LiveIntervalTest.cpp. llvm-svn: 269009 --- llvm/unittests/MI/LiveIntervalTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/unittests/MI') diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp index b749084..a976917 100644 --- a/llvm/unittests/MI/LiveIntervalTest.cpp +++ b/llvm/unittests/MI/LiveIntervalTest.cpp @@ -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" -- cgit v1.1