Skip to content

Commit fd09d51

Browse files
committed
[lldb] Add missing headers lldb/Host/Alarm.h
1 parent 39a96bc commit fd09d51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/include/lldb/Host/Alarm.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#include "lldb/lldb-types.h"
1414
#include "llvm/Support/Chrono.h"
1515

16+
#include <condition_variable>
17+
#include <mutex>
18+
1619
namespace lldb_private {
1720

1821
/// \class Alarm abstraction that enables scheduling a callback function after a

0 commit comments

Comments
 (0)