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


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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits] [PATCH] D4... Raphael Isemann via Phabricator via lldb-commits

Reply via email to