Fix macosx build broken by r332250
authorPavel Labath <labath@google.com>
Mon, 14 May 2018 16:01:49 +0000 (16:01 +0000)
committerPavel Labath <labath@google.com>
Mon, 14 May 2018 16:01:49 +0000 (16:01 +0000)
llvm-svn: 332255

lldb/source/Host/macosx/Host.mm

index c2aea0a..a1b6987 100644 (file)
@@ -57,6 +57,7 @@
 #include "lldb/Host/ConnectionFileDescriptor.h"
 #include "lldb/Host/HostInfo.h"
 #include "lldb/Host/ThreadLauncher.h"
+#include "lldb/Target/ProcessLaunchInfo.h"
 #include "lldb/Utility/ArchSpec.h"
 #include "lldb/Utility/CleanUp.h"
 #include "lldb/Utility/DataBufferHeap.h"