Skip to content

Commit

Permalink
Add include <chrono> for system_clock in Event.hh (#655)
Browse files Browse the repository at this point in the history
Signed-off-by: WangWeiLin-MV <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
  • Loading branch information
WangWeiLin-MV and iche033 authored Dec 17, 2024
1 parent 1685b05 commit b094746
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 b094746

Please sign in to comment.