diff options
author | Pavel Labath <labath@google.com> | 2017-01-06 13:07:09 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-01-06 13:07:09 +0000 |
commit | c523c38fcc829a14ea77766f7d177266206fb276 (patch) | |
tree | ed5946d024a8b3a85f1708fe6e640a2db94447f9 /lldb/tools/driver/Platform.cpp | |
parent | bda6fb738952ede0206d13469bc1ff3424ddabb2 (diff) | |
download | bcm5719-llvm-c523c38fcc829a14ea77766f7d177266206fb276.tar.gz bcm5719-llvm-c523c38fcc829a14ea77766f7d177266206fb276.zip |
Another windows build fix
llvm-svn: 291234
Diffstat (limited to 'lldb/tools/driver/Platform.cpp')
-rw-r--r-- | lldb/tools/driver/Platform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/driver/Platform.cpp b/lldb/tools/driver/Platform.cpp index a9d1bee5ccf..b1b7de8e8a2 100644 --- a/lldb/tools/driver/Platform.cpp +++ b/lldb/tools/driver/Platform.cpp @@ -15,6 +15,7 @@ #include <stdlib.h> #include "Platform.h" +#include "llvm/Support/ErrorHandling.h" int ioctl(int d, int request, ...) { switch (request) { |