Skip to content

Commit 4647398

Browse files
[lldb] Fix a warning
This patch fixes: lldb/tools/lldb-dap/ProtocolUtils.cpp:77:22: error: implicit instantiation of undefined template 'std::basic_ostringstream<char>'
1 parent 6a99326 commit 4647398

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/ProtocolUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <iomanip>
2121
#include <optional>
22+
#include <sstream>
2223

2324
using namespace lldb_dap::protocol;
2425
namespace lldb_dap {

0 commit comments

Comments
 (0)