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) {