From 576249509b15c32413dd80989054bebb860dad6e Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 26 Jan 2001 17:09:33 +0000 Subject: [PATCH] Some includes were missing in eoPop and eoOp that I had not noticed before trying to compile test/t-eoSymreg.cpp --- eo/src/eoOp.h | 2 +- eo/src/eoPop.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eo/src/eoOp.h b/eo/src/eoOp.h index dbeb65b5..5f8e46ea 100644 --- a/eo/src/eoOp.h +++ b/eo/src/eoOp.h @@ -27,7 +27,7 @@ #include #include #include - +#include /** \defgroup operators Genetic Operators are used for various purposes diff --git a/eo/src/eoPop.h b/eo/src/eoPop.h index 42f087aa..076921d3 100644 --- a/eo/src/eoPop.h +++ b/eo/src/eoPop.h @@ -33,6 +33,7 @@ #include // for eoInit #include #include +#include // for shuffle method /** Subpopulation: it is used to move parts of population from one algorithm to another and one population to another. It is safer