From a73b2006c75cbd45c10bd5c93a1e6cdf2cdffe3a Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Thu, 6 Sep 2012 13:37:52 +0200 Subject: [PATCH] Needed to compile on login nodes --- modules/conop/src/rule_based.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/conop/src/rule_based.cc b/modules/conop/src/rule_based.cc index 98018f29f..dffb8c8c4 100644 --- a/modules/conop/src/rule_based.cc +++ b/modules/conop/src/rule_based.cc @@ -16,6 +16,7 @@ // along with this library; if not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ +#include <limits> #include <ost/log.hh> #include <ost/profile.hh> #include <ost/mol/xcs_editor.hh> -- GitLab