[Lldb-commits] [lldb] r329314 - One more windows build fix
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 5 09:59:36 PDT 2018
Author: labath
Date: Thu Apr 5 09:59:36 2018
New Revision: 329314
URL: http://llvm.org/viewvc/llvm-project?rev=329314&view=rev
Log:
One more windows build fix
Modified:
lldb/trunk/source/Target/Platform.cpp
Modified: lldb/trunk/source/Target/Platform.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Platform.cpp?rev=329314&r1=329313&r2=329314&view=diff
==============================================================================
--- lldb/trunk/source/Target/Platform.cpp (original)
+++ lldb/trunk/source/Target/Platform.cpp Thu Apr 5 09:59:36 2018
@@ -10,6 +10,7 @@
// C Includes
// C++ Includes
#include <algorithm>
+#include <csignal>
#include <fstream>
#include <vector>
More information about the lldb-commits
mailing list