Added eoSequentialSelect.h in the includes

This commit is contained in:
evomarc 2002-07-06 05:24:51 +00:00
commit 7f550d008e

View file

@ -32,7 +32,8 @@
// Selection
// the eoSelectOne's
#include <eoRandomSelect.h> // also contains the eoSequentialSelect
#include <eoRandomSelect.h>
#include <eoSequentialSelect.h>
#include <eoDetTournamentSelect.h>
#include <eoProportionalSelect.h>
#include <eoFitnessScalingSelect.h>