summaryrefslogtreecommitdiffstats
path: root/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:23:08 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:23:08 +0000
commitde9f090e10ab5027d4e91f6bd00e111b532f4792 (patch)
tree21de8eeb2b7bb347f4bf4a8bf8802d30b079f750 /llvm/utils/KillTheDoctor/KillTheDoctor.cpp
parent4073ce8d04c66e5d98627911ca24d8c93ac8dac8 (diff)
downloadbcm5719-llvm-de9f090e10ab5027d4e91f6bd00e111b532f4792.tar.gz
bcm5719-llvm-de9f090e10ab5027d4e91f6bd00e111b532f4792.zip
More missing includes only visible to MSVC.
NFC. llvm-svn: 232981
Diffstat (limited to 'llvm/utils/KillTheDoctor/KillTheDoctor.cpp')
-rw-r--r--llvm/utils/KillTheDoctor/KillTheDoctor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
index 111bad20958..fae3b1a8b9d 100644
--- a/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
+++ b/llvm/utils/KillTheDoctor/KillTheDoctor.cpp
@@ -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"
OpenPOWER on IntegriCloud