From 70325793d9cc7a83542f5ae8d626ec5fbd8659a3 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 24 Feb 2024 22:00:37 -0800 Subject: [PATCH] add missing include on linux --- src/EventUtils.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EventUtils.hh b/src/EventUtils.hh index a109e531..6cef85d5 100644 --- a/src/EventUtils.hh +++ b/src/EventUtils.hh @@ -2,6 +2,7 @@ #include +#include #include #include #include