Author: Walter Erquinigo Date: 2020-09-02T15:05:33-07:00 New Revision: 51128b670d4f757132e927c4f3dd78d257d37f70
URL: https://github.com/llvm/llvm-project/commit/51128b670d4f757132e927c4f3dd78d257d37f70 DIFF: https://github.com/llvm/llvm-project/commit/51128b670d4f757132e927c4f3dd78d257d37f70.diff LOG: Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202 Failure found in http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/16855 The issue is a header not being included Added: Modified: lldb/tools/lldb-vscode/VSCode.h Removed: ################################################################################ diff --git a/lldb/tools/lldb-vscode/VSCode.h b/lldb/tools/lldb-vscode/VSCode.h index 874feb9a97ce..4a20c56c53eb 100644 --- a/lldb/tools/lldb-vscode/VSCode.h +++ b/lldb/tools/lldb-vscode/VSCode.h @@ -9,6 +9,7 @@ #ifndef LLDB_TOOLS_LLDB_VSCODE_VSCODE_H #define LLDB_TOOLS_LLDB_VSCODE_VSCODE_H +#include <condition_variable> #include <iosfwd> #include <map> #include <set> _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits