From 1b681e4e0dc467260f4f8f56c537e6756210aca5 Mon Sep 17 00:00:00 2001 From: evomarc Date: Wed, 7 Feb 2001 05:15:18 +0000 Subject: [PATCH] Added the missing include of eoScalarFitness - mandatory due to explicit specialization for eoParamValue > --- eo/src/utils/eoParam.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eo/src/utils/eoParam.h b/eo/src/utils/eoParam.h index fcfe3be7..954a8611 100644 --- a/eo/src/utils/eoParam.h +++ b/eo/src/utils/eoParam.h @@ -31,7 +31,7 @@ #include #include #include - +#include // for specializations /** eoParam: Base class for monitoring and parsing parameters */ @@ -170,7 +170,6 @@ private : ValueType repValue; }; -/// Specialized setValue for bool template <> void eoValueParam::setValue(std::string _value) {