[llvm] r269009 - Appease MSVC
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 20:03:56 PDT 2016
Author: matze
Date: Mon May 9 22:03:55 2016
New Revision: 269009
URL: http://llvm.org/viewvc/llvm-project?rev=269009&view=rev
Log:
Appease MSVC
Apply a similar fix to the one in r269006 to LiveIntervalTest.cpp.
Modified:
llvm/trunk/unittests/MI/LiveIntervalTest.cpp
Modified: llvm/trunk/unittests/MI/LiveIntervalTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/MI/LiveIntervalTest.cpp?rev=269009&r1=269008&r2=269009&view=diff
==============================================================================
--- llvm/trunk/unittests/MI/LiveIntervalTest.cpp (original)
+++ llvm/trunk/unittests/MI/LiveIntervalTest.cpp Mon May 9 22:03:55 2016
@@ -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"
More information about the llvm-commits
mailing list