Skip to content

Commit

Permalink
Add missing include chrono in Event.hh header (#664)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio <silvio.traversaro@iit.it>
  • Loading branch information
traversaro authored Feb 28, 2025
1 parent 86b3b3d commit 683493c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events/include/gz/common/Event.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define GZ_COMMON_EVENT_HH_

#include <atomic>
#include <chrono>
#include <functional>
#include <list>
#include <map>
Expand Down

0 comments on commit 683493c

Please sign in to comment.