Author: Raphael Isemann Date: 2021-06-22T19:49:10+02:00 New Revision: 709f8186a45e28c0640c999a8b779433dc0eb525
URL: https://github.com/llvm/llvm-project/commit/709f8186a45e28c0640c999a8b779433dc0eb525 DIFF: https://github.com/llvm/llvm-project/commit/709f8186a45e28c0640c999a8b779433dc0eb525.diff LOG: [lldb] Add missing string include to lldb-server's main Added: Modified: lldb/test/API/tools/lldb-server/main.cpp Removed: ################################################################################ diff --git a/lldb/test/API/tools/lldb-server/main.cpp b/lldb/test/API/tools/lldb-server/main.cpp index f113304cfd628..c02c991300fc4 100644 --- a/lldb/test/API/tools/lldb-server/main.cpp +++ b/lldb/test/API/tools/lldb-server/main.cpp @@ -16,6 +16,7 @@ #include <stdint.h> #include <stdio.h> #include <string.h> +#include <string> #include <thread> #include <time.h> #include <vector> _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits