aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gz-common/003-include-chrono.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/gz-common/003-include-chrono.patch')
-rw-r--r--vcpkg/ports/gz-common/003-include-chrono.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/gz-common/003-include-chrono.patch b/vcpkg/ports/gz-common/003-include-chrono.patch
new file mode 100644
index 0000000..bf89471
--- /dev/null
+++ b/vcpkg/ports/gz-common/003-include-chrono.patch
@@ -0,0 +1,12 @@
+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>