[Lldb-commits] [PATCH] D47923: Added missing include to LoadedModuleInfoList.h
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 7 19:03:27 PDT 2018
teemperor created this revision.
https://reviews.llvm.org/D47923
Files:
include/lldb/Core/LoadedModuleInfoList.h
Index: include/lldb/Core/LoadedModuleInfoList.h
===================================================================
--- include/lldb/Core/LoadedModuleInfoList.h
+++ include/lldb/Core/LoadedModuleInfoList.h
@@ -14,6 +14,7 @@
// C++ Includes
#include <cassert>
+#include <string>
#include <vector>
// Other libraries and framework includes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47923.150441.patch
Type: text/x-patch
Size: 346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180608/8aed469e/attachment.bin>
More information about the lldb-commits
mailing list