Skip to content

Commit 4936cbc

Browse files
committed
[Windows] Include ErrorHandling.h
Include ErrorHandling.h for mapWindowsError. llvm-svn: 365420
1 parent 5a637cb commit 4936cbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/source/Host/common/ThreadLauncher.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#include "lldb/Host/windows/windows.h"
1818
#endif
1919

20+
#include "llvm/Support/ErrorHandling.h"
21+
2022
using namespace lldb;
2123
using namespace lldb_private;
2224

0 commit comments

Comments
 (0)