From 683493c6068c243e158f7e097af8d0ccde04b787 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 28 Feb 2025 12:04:07 +0100 Subject: [PATCH] Add missing include chrono in Event.hh header (#664) Signed-off-by: Silvio --- events/include/gz/common/Event.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/events/include/gz/common/Event.hh b/events/include/gz/common/Event.hh index a86c3ac07..936417d74 100644 --- a/events/include/gz/common/Event.hh +++ b/events/include/gz/common/Event.hh @@ -18,6 +18,7 @@ #define GZ_COMMON_EVENT_HH_ #include +#include #include #include #include