summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-03-22 23:18:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-03-22 23:18:46 +0000
commit7572caf4852b5a77fa6742414d4773ec7895244b (patch)
tree4477a98adb140a0b192f1429be6ca20087d496d5 /lldb
parent70f19df90d0f8b69f0516290f75e90ef94d6d57d (diff)
downloadbcm5719-llvm-7572caf4852b5a77fa6742414d4773ec7895244b.tar.gz
bcm5719-llvm-7572caf4852b5a77fa6742414d4773ec7895244b.zip
Add missing #include to fix libc++ Linux build.
llvm-svn: 232925
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeThreadLinux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
index c77dcbe093f..7f563d87fe7 100644
--- a/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
+++ b/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
@@ -14,6 +14,7 @@
#include "lldb/Host/common/NativeThreadProtocol.h"
#include <map>
+#include <string>
namespace lldb_private
{
OpenPOWER on IntegriCloud