[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher
authorStella Stamenova <stilis@microsoft.com>
Tue, 9 Jul 2019 18:41:31 +0000 (18:41 +0000)
committerStella Stamenova <stilis@microsoft.com>
Tue, 9 Jul 2019 18:41:31 +0000 (18:41 +0000)
commit20ecec6116b367cbf9fe2ed978656ed117665bf9
tree0c0cce15bde861efe15eda2b09294d69519cec51
parenta1b2a27a3847d03442acbecf48553515fea74ecd
[lldb, windows] Include WindowsError instead of ErrorHandling in ThreadLauncher

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

llvm-svn: 365533
lldb/source/Host/common/ThreadLauncher.cpp