mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Fix Windows build break related to MainLoop.
llvm-svn: 242079
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define lldb_Host_MainLoop_h_
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "lldb/Host/MainLoopBase.h"
|
||||
namespace lldb_private
|
||||
{
|
||||
typedef MainLoopBase MainLoop;
|
||||
|
||||
Reference in New Issue
Block a user