[Lldb-commits] [lldb] r365420 - [Windows] Include ErrorHandling.h
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 8 18:35:32 PDT 2019
Author: jdevlieghere
Date: Mon Jul 8 18:35:31 2019
New Revision: 365420
URL: http://llvm.org/viewvc/llvm-project?rev=365420&view=rev
Log:
[Windows] Include ErrorHandling.h
Include ErrorHandling.h for mapWindowsError.
Modified:
lldb/trunk/source/Host/common/ThreadLauncher.cpp
Modified: lldb/trunk/source/Host/common/ThreadLauncher.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/ThreadLauncher.cpp?rev=365420&r1=365419&r2=365420&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/ThreadLauncher.cpp (original)
+++ lldb/trunk/source/Host/common/ThreadLauncher.cpp Mon Jul 8 18:35:31 2019
@@ -17,6 +17,8 @@
#include "lldb/Host/windows/windows.h"
#endif
+#include "llvm/Support/ErrorHandling.h"
+
using namespace lldb;
using namespace lldb_private;
More information about the lldb-commits
mailing list