diff --git a/lldb/source/Host/common/ThreadLauncher.cpp b/lldb/source/Host/common/ThreadLauncher.cpp index e5fe2efc8e86..6e3c8b6a13a4 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;