Fix de6caf871be79dc7549aebe4e4fb57d52f6ed202
authorWalter Erquinigo <waltermelon@fb.com>
Wed, 2 Sep 2020 21:46:20 +0000 (14:46 -0700)
committerWalter Erquinigo <waltermelon@fb.com>
Wed, 2 Sep 2020 22:05:33 +0000 (15:05 -0700)
Failure found in
http://lab.llvm.org:8011/builders/lldb-x86_64-debian/builds/16855

The issue is a header not being included

lldb/tools/lldb-vscode/VSCode.h

index 874feb9..4a20c56 100644 (file)
@@ -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>