Some includes were missing in eoPop and eoOp that I had not noticed before

trying to compile test/t-eoSymreg.cpp
This commit is contained in:
evomarc 2001-01-26 17:09:33 +00:00
commit 576249509b
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@
#include <eoObject.h> #include <eoObject.h>
#include <eoPrintable.h> #include <eoPrintable.h>
#include <eoFunctor.h> #include <eoFunctor.h>
#include <utils/eoRNG.h>
/** /**
\defgroup operators \defgroup operators
Genetic Operators are used for various purposes Genetic Operators are used for various purposes

View file

@ -33,6 +33,7 @@
#include <eoOp.h> // for eoInit #include <eoOp.h> // for eoInit
#include <eoPersistent.h> #include <eoPersistent.h>
#include <eoInit.h> #include <eoInit.h>
#include <utils/rnd_generators.h> // for shuffle method
/** Subpopulation: it is used to move parts of population /** Subpopulation: it is used to move parts of population
from one algorithm to another and one population to another. It is safer from one algorithm to another and one population to another. It is safer