fix missing headers

This commit is contained in:
Johann Dreo 2020-04-12 10:10:28 +02:00
commit 3cec9cde12
2 changed files with 4 additions and 0 deletions

View file

@ -96,6 +96,8 @@ Authors:
#include "edoTransform.h"
#include "edoDistribReset.h"
#endif // !_edo_
// Local Variables:

View file

@ -147,6 +147,7 @@
#include "eoEasyEA.h"
#include "eoSGA.h"
// #include "eoEvolutionStrategy.h" removed for a while - until eoGenOp is done
#include "eoAlgoReset.h"
#include "eoAlgoRestart.h"
// Utils
@ -159,6 +160,7 @@
#include "eoCounter.h"
#include "eoForge.h"
#include "eoAlgoFoundry.h"
#include "eoAlgoFoundryEA.h"
#include "eoEvalFoundryEA.h"