Include sstream after D85705

This commit is contained in:
Fangrui Song 2020-09-21 17:41:59 -07:00
parent ac65e3d2ce
commit 0b9f9eced9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "lldb/Target/TraceSettingsParser.h"
#include <regex>
#include <sstream>
#include "Plugins/Process/Utility/HistoryThread.h"
#include "lldb/Core/Debugger.h"