diff options
author | Pavel Labath <labath@google.com> | 2018-04-05 16:59:36 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-04-05 16:59:36 +0000 |
commit | bc4987b8779ebda37e21908d8e91587a9b19cb30 (patch) | |
tree | 97a79e88cbbaa35615ad175dc43adba89b6cf923 /lldb/source/Target/Platform.cpp | |
parent | 7becb3ae4b97d5d8ac1f3dd14abe45fc262658ff (diff) | |
download | bcm5719-llvm-bc4987b8779ebda37e21908d8e91587a9b19cb30.tar.gz bcm5719-llvm-bc4987b8779ebda37e21908d8e91587a9b19cb30.zip |
One more windows build fix
llvm-svn: 329314
Diffstat (limited to 'lldb/source/Target/Platform.cpp')
-rw-r--r-- | lldb/source/Target/Platform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/Platform.cpp b/lldb/source/Target/Platform.cpp index bd03fa7ec1e..0ed2b510fb0 100644 --- a/lldb/source/Target/Platform.cpp +++ b/lldb/source/Target/Platform.cpp @@ -10,6 +10,7 @@ // C Includes // C++ Includes #include <algorithm> +#include <csignal> #include <fstream> #include <vector> |