From 7675a10c0dd7e3c22d2dafba843529636fd22037 Mon Sep 17 00:00:00 2001 From: schroepf Date: Mon, 18 Dec 2023 17:00:37 +0100 Subject: [PATCH] Fix compile issues for docker build (#614) --- include/PushData.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/PushData.hpp b/include/PushData.hpp index 94292a2d..192ee66a 100644 --- a/include/PushData.hpp +++ b/include/PushData.hpp @@ -5,6 +5,7 @@ #ifndef __push_data_hpp_ #define __push_data_hpp_ +#include #include #include #include