More missing includes only visible to MSVC.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Mar 2015 18:23:08 +0000 (18:23 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Mar 2015 18:23:08 +0000 (18:23 +0000)
NFC.

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

include/llvm/IR/PassManager.h
lib/CodeGen/LivePhysRegs.cpp
utils/KillTheDoctor/KillTheDoctor.cpp

index 513bbe01da03436f81f2cc2c5b852f47dca54fde..3c24e7231a15fccd25fc7542437154713aecc2a3 100644 (file)
@@ -46,6 +46,7 @@
 #include "llvm/IR/PassManagerInternal.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/type_traits.h"
 #include <list>
 #include <memory>
index 7efd941322b388b9af362166aa4964ec869bfa3c..89567eff517933b601ee56cc5553fd4c80e5ecaf 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/CodeGen/LivePhysRegs.h"
 #include "llvm/CodeGen/MachineInstrBundle.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 using namespace llvm;
 
 
index 111bad209584f2258278ca4be4dd6f38e1d8aace..fae3b1a8b9d84bda4a92b6437fd908faea13337f 100644 (file)
@@ -38,6 +38,7 @@
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/PrettyStackTrace.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/WindowsError.h"