diff options
| -rw-r--r-- | lldb/source/Host/common/ThreadLauncher.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/common/ThreadLauncher.cpp b/lldb/source/Host/common/ThreadLauncher.cpp index 50ab02c72cc..33881d8467a 100644 --- a/lldb/source/Host/common/ThreadLauncher.cpp +++ b/lldb/source/Host/common/ThreadLauncher.cpp @@ -17,6 +17,8 @@ #include "lldb/Host/windows/windows.h" #endif +#include "llvm/Support/ErrorHandling.h" + using namespace lldb; using namespace lldb_private; |

