summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-05-10 03:03:55 +0000
committerMatthias Braun <matze@braunis.de>2016-05-10 03:03:55 +0000
commitb5fb260d425a1019a514a6d78c680e631ec262e8 (patch)
tree492897cc9d505222e75f671b5106c8aba784cb4a /unittests
parentb93f14ae0606be04af98063966eeb1bdbf6d8e48 (diff)
Appease MSVC
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/MI/LiveIntervalTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/MI/LiveIntervalTest.cpp b/unittests/MI/LiveIntervalTest.cpp
index b74908411da..a9769179d24 100644
--- a/unittests/MI/LiveIntervalTest.cpp
+++ b/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"