[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:04:43 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL334259: Added missing include to LoadedModuleInfoList.h (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D47923?vs=150441&id=150442#toc
Repository:
rL LLVM
https://reviews.llvm.org/D47923
Files:
lldb/trunk/include/lldb/Core/LoadedModuleInfoList.h
Index: lldb/trunk/include/lldb/Core/LoadedModuleInfoList.h
===================================================================
--- lldb/trunk/include/lldb/Core/LoadedModuleInfoList.h
+++ lldb/trunk/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.150442.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180608/f22bebea/attachment.bin>
More information about the lldb-commits
mailing list