From: Maxim Mamontov Date: Wed, 14 Feb 2018 08:17:11 +0000 (+0200) Subject: Fix build on FreeBSD. X-Git-Tag: 2.409~29 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a84a49ca1eb7c31f79f6328e9dc453399ee120f9 Fix build on FreeBSD. --- 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 {