From bbecb9927caea0751b563f95743f57d0389357d0 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@stud.unibas.ch> Date: Wed, 10 Oct 2012 17:43:58 +0200 Subject: [PATCH] add limits --- modules/conop/src/processor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/conop/src/processor.cc b/modules/conop/src/processor.cc index d9fbf4186..80eec1fb3 100644 --- a/modules/conop/src/processor.cc +++ b/modules/conop/src/processor.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/mol/xcs_editor.hh> #include <ost/mol/bond_handle.hh> -- GitLab