summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-07-13 22:35:44 +0000
committerAdrian McCarthy <amccarth@google.com>2015-07-13 22:35:44 +0000
commit6c40c5e0311539fcfea9bd5ef6e2330d5c4f2199 (patch)
treec007fe0c64e38c2d3392c2e7aec917e62693804f
parent6d24908fe780bd4c4f24c27726fd118aec21cf2d (diff)
downloadbcm5719-llvm-6c40c5e0311539fcfea9bd5ef6e2330d5c4f2199.tar.gz
bcm5719-llvm-6c40c5e0311539fcfea9bd5ef6e2330d5c4f2199.zip
Fix Windows build break related to MainLoop.
llvm-svn: 242079
-rw-r--r--lldb/include/lldb/Host/MainLoop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Host/MainLoop.h b/lldb/include/lldb/Host/MainLoop.h
index 79a32d6ea56..276538a336b 100644
--- a/lldb/include/lldb/Host/MainLoop.h
+++ b/lldb/include/lldb/Host/MainLoop.h
@@ -11,6 +11,7 @@
#define lldb_Host_MainLoop_h_
#ifdef _WIN32
+#include "lldb/Host/MainLoopBase.h"
namespace lldb_private
{
typedef MainLoopBase MainLoop;
OpenPOWER on IntegriCloud