summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-11-01 21:08:34 +0000
committerZachary Turner <zturner@google.com>2016-11-01 21:08:34 +0000
commit857086edda1d13b0859d108075e3e14a053ce053 (patch)
treebee003e4a6e917ba8538e4d61672c317ee2b563d
parent5c9e8f5e528704e6533a44f86acd542c80dec31b (diff)
downloadbcm5719-llvm-857086edda1d13b0859d108075e3e14a053ce053.tar.gz
bcm5719-llvm-857086edda1d13b0859d108075e3e14a053ce053.zip
Add missing #include.
llvm-svn: 285749
-rw-r--r--lldb/include/lldb/Host/FileSpec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Host/FileSpec.h b/lldb/include/lldb/Host/FileSpec.h
index 7e00adb4656..3a4772a1505 100644
--- a/lldb/include/lldb/Host/FileSpec.h
+++ b/lldb/include/lldb/Host/FileSpec.h
@@ -19,6 +19,7 @@
// Project includes
#include "lldb/Core/ConstString.h"
#include "lldb/Core/STLUtils.h"
+#include "lldb/Host/PosixApi.h"
#include "lldb/lldb-private.h"
namespace lldb_private {
OpenPOWER on IntegriCloud