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