Skip to content

Commit 683493c

Browse files
authored
Add missing include chrono in Event.hh header (#664)
Signed-off-by: Silvio <[email protected]>
1 parent 86b3b3d commit 683493c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

events/include/gz/common/Event.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define GZ_COMMON_EVENT_HH_
1919

2020
#include <atomic>
21+
#include <chrono>
2122
#include <functional>
2223
#include <list>
2324
#include <map>

0 commit comments

Comments
 (0)