diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-02-04 15:03:06 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-02-04 15:03:06 +0000 |
| commit | e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e (patch) | |
| tree | e000c3916a897327d2ebe9819bebef7de46820ae /lldb/source/Plugins/Platform/MacOSX | |
| parent | d90b5a2e5119fe3a67633a9880ff712630d26061 (diff) | |
| download | bcm5719-llvm-e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e.tar.gz bcm5719-llvm-e7404d99d2af2eabb3a0cfb89bd6afd1c70ea79e.zip | |
Fixes for the ProcessLaunchInfo move
llvm-svn: 353049
Diffstat (limited to 'lldb/source/Plugins/Platform/MacOSX')
| -rw-r--r-- | lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h b/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h index bb42a388d04..0a75371288c 100644 --- a/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h +++ b/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h @@ -19,7 +19,7 @@ #else typedef void *id; #endif -#include "lldb/Target/ProcessLaunchInfo.h" +#include "lldb/Host/ProcessLaunchInfo.h" #include "lldb/Utility/Args.h" #include "lldb/Utility/ConstString.h" #include "lldb/Utility/Status.h" |

