diff options
Diffstat (limited to 'lldb/source/Host/common/ThreadLauncher.cpp')
-rw-r--r-- | lldb/source/Host/common/ThreadLauncher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/ThreadLauncher.cpp b/lldb/source/Host/common/ThreadLauncher.cpp index e5fe2efc8e8..6e3c8b6a13a 100644 --- a/lldb/source/Host/common/ThreadLauncher.cpp +++ b/lldb/source/Host/common/ThreadLauncher.cpp @@ -16,7 +16,7 @@ #include "lldb/Host/windows/windows.h" #endif -#include "llvm/Support/ErrorHandling.h" +#include "llvm/Support/WindowsError.h" using namespace lldb; using namespace lldb_private; |