summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-12-12 09:54:48 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-12-12 09:55:11 -0800
commitbabbd554b8db7744a6829f7180e195db018ef6a7 (patch)
tree5974e269b50c07a3e6dbbb829d3470b0608cde83
parent927a6614bc9abc4f52fb202b434e9623dcece1c3 (diff)
downloadbcm5719-llvm-babbd554b8db7744a6829f7180e195db018ef6a7.tar.gz
bcm5719-llvm-babbd554b8db7744a6829f7180e195db018ef6a7.zip
[lldb/Core] Add missing include
This got flagged by the modules build.
-rw-r--r--lldb/source/Core/IOHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/IOHandler.cpp b/lldb/source/Core/IOHandler.cpp
index b8134716f93..4021a6d7f32 100644
--- a/lldb/source/Core/IOHandler.cpp
+++ b/lldb/source/Core/IOHandler.cpp
@@ -15,6 +15,7 @@
#include "lldb/Core/Debugger.h"
#include "lldb/Core/StreamFile.h"
+#include "lldb/Host/Config.h"
#include "lldb/Host/File.h"
#include "lldb/Utility/Predicate.h"
#include "lldb/Utility/Status.h"
@@ -51,7 +52,6 @@ using llvm::None;
using llvm::Optional;
using llvm::StringRef;
-
IOHandler::IOHandler(Debugger &debugger, IOHandler::Type type)
: IOHandler(debugger, type,
FileSP(), // Adopt STDIN from top input reader
OpenPOWER on IntegriCloud