From a84a49ca1eb7c31f79f6328e9dc453399ee120f9 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 14 Feb 2018 10:17:11 +0200 Subject: [PATCH] Fix build on FreeBSD. --- projects/stargazer/plugins/other/rscript/send_functor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/stargazer/plugins/other/rscript/send_functor.h b/projects/stargazer/plugins/other/rscript/send_functor.h index baa4c118..dc8ad63a 100644 --- a/projects/stargazer/plugins/other/rscript/send_functor.h +++ b/projects/stargazer/plugins/other/rscript/send_functor.h @@ -33,6 +33,7 @@ #include #include +#include #include class PacketSender : public std::unary_function { -- 2.43.2