[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher

ErrorHandling.h does not include WindowsError.h which is needed for mapWindowsError

llvm-svn: 365533
This commit is contained in:
Stella Stamenova 2019-07-09 18:41:31 +00:00
parent a1b2a27a38
commit 20ecec6116
1 changed files with 1 additions and 1 deletions

View File

@ -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;