[Lldb-commits] [lldb] 709f818 - [lldb] Add missing string include to lldb-server's main
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 22 10:49:55 PDT 2021
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>
More information about the lldb-commits
mailing list