summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-06 23:52:57 +0000
committerZachary Turner <zturner@google.com>2017-03-06 23:52:57 +0000
commit4af068ea5510354bda588ba53430e31b6f9e60f6 (patch)
tree0a2e8730d7c90f3eee77674b29edb939f5eeb858
parentb6aa0bfd403c16544a87fb6865ea53462b59e6d6 (diff)
downloadbcm5719-llvm-4af068ea5510354bda588ba53430e31b6f9e60f6.tar.gz
bcm5719-llvm-4af068ea5510354bda588ba53430e31b6f9e60f6.zip
Add missing include in FileSpec.
llvm-svn: 297102
-rw-r--r--lldb/source/Host/common/FileSpec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/common/FileSpec.cpp b/lldb/source/Host/common/FileSpec.cpp
index ef7df3cddd5..10bbea448e0 100644
--- a/lldb/source/Host/common/FileSpec.cpp
+++ b/lldb/source/Host/common/FileSpec.cpp
@@ -25,6 +25,7 @@
#include <pwd.h>
#endif
+#include "lldb/Core/StringList.h"
#include "lldb/Host/FileSpec.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Utility/CleanUp.h"
OpenPOWER on IntegriCloud