[Lldb-commits] [PATCH] D11161: Fix Windows build break related to MainLoop.
Adrian McCarthy
amccarth at google.com
Mon Jul 13 14:24:37 PDT 2015
amccarth created this revision.
amccarth added a reviewer: labath.
amccarth added a subscriber: lldb-commits.
http://reviews.llvm.org/D11161
Files:
include/lldb/Host/MainLoop.h
Index: include/lldb/Host/MainLoop.h
===================================================================
--- include/lldb/Host/MainLoop.h
+++ 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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11161.29607.patch
Type: text/x-patch
Size: 332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150713/d3317b7c/attachment.bin>
More information about the lldb-commits
mailing list