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 [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
