zeek/auxil/vcpkg/ports/gz-common/003-include-chrono.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
340 B
Diff

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 <atomic>
+#include <chrono>
#include <functional>
#include <list>
#include <map>