Added the missing include of eoScalarFitness - mandatory due to

explicit specialization for eoParamValue<vector<eoMinimizingFitness> >
This commit is contained in:
evomarc 2001-02-07 05:15:18 +00:00
commit 1b681e4e0d

View file

@ -31,7 +31,7 @@
#include <string>
#include <strstream>
#include <vector>
#include <eoScalarFitness.h> // for specializations
/**
eoParam: Base class for monitoring and parsing parameters
*/
@ -170,7 +170,6 @@ private :
ValueType repValue;
};
/// Specialized setValue for bool
template <>
void eoValueParam<bool>::setValue(std::string _value)
{