From 1451f6e4e0706b3a7f362230bc64291cc1b9d175 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Thu, 20 Aug 2020 17:02:48 +0200 Subject: [PATCH] fix compiler error with Intel C++ --- include/transfer_function_plugin.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/transfer_function_plugin.hh b/include/transfer_function_plugin.hh index 28315bc..2e64d95 100644 --- a/include/transfer_function_plugin.hh +++ b/include/transfer_function_plugin.hh @@ -2,6 +2,7 @@ #include #include +#include #include #include