From 709f8186a45e28c0640c999a8b779433dc0eb525 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 22 Jun 2021 19:49:09 +0200 Subject: [PATCH] [lldb] Add missing string include to lldb-server's main --- lldb/test/API/tools/lldb-server/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/API/tools/lldb-server/main.cpp b/lldb/test/API/tools/lldb-server/main.cpp index f113304cfd62..c02c991300fc 100644 --- a/lldb/test/API/tools/lldb-server/main.cpp +++ b/lldb/test/API/tools/lldb-server/main.cpp @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include