Added include eoDistance.h
This commit is contained in:
parent
a0c7412c18
commit
76e78116ac
1 changed files with 4 additions and 0 deletions
|
|
@ -39,7 +39,11 @@
|
||||||
#include <eoFitnessScalingSelect.h>
|
#include <eoFitnessScalingSelect.h>
|
||||||
#include <eoRankingSelect.h>
|
#include <eoRankingSelect.h>
|
||||||
#include <eoStochTournamentSelect.h>
|
#include <eoStochTournamentSelect.h>
|
||||||
|
<<<<<<< make_algo_scalar.h
|
||||||
|
#include <utils/eoDistance.h>
|
||||||
|
=======
|
||||||
#include <eoSharingSelect.h>
|
#include <eoSharingSelect.h>
|
||||||
|
>>>>>>> 1.13
|
||||||
|
|
||||||
// Breeders
|
// Breeders
|
||||||
#include <eoGeneralBreeder.h>
|
#include <eoGeneralBreeder.h>
|
||||||
|
|
|
||||||
Reference in a new issue