From 251c5b94e63671bcdf41b5bc8c11de2088b4b41a Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Tue, 17 Jul 2012 17:54:25 +0200 Subject: [PATCH] bugfix include missing header --- eo/src/eoRankMuSelect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eo/src/eoRankMuSelect.h b/eo/src/eoRankMuSelect.h index 8c22f124..6e0a737e 100644 --- a/eo/src/eoRankMuSelect.h +++ b/eo/src/eoRankMuSelect.h @@ -28,6 +28,8 @@ Authors: #ifndef _eoRankMuSelect_h #define _eoRankMuSelect_h +#include "eoDetSelect.h" + /** Selects the "Mu" bests individuals. * * Note: sorts the population before trucating it.