blob: 839920a922553b91279e5f4d4e81bb28f8f7eb81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/lldb/tools/lldb-dap/ProgressEvent.h b/lldb/tools/lldb-dap/ProgressEvent.h
index dac2197..72317b8 100644
--- a/lldb/tools/lldb-dap/ProgressEvent.h
+++ b/lldb/tools/lldb-dap/ProgressEvent.h
@@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include <atomic>
+#include <chrono>
#include <mutex>
#include <optional>
#include <queue>
|