aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Evolver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Evolver.hpp')
-rw-r--r--src/engine/machina/Evolver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/machina/Evolver.hpp b/src/engine/machina/Evolver.hpp
index 013067d..b633bfc 100644
--- a/src/engine/machina/Evolver.hpp
+++ b/src/engine/machina/Evolver.hpp
@@ -18,10 +18,11 @@
#ifndef MACHINA_EVOLVER_HPP
#define MACHINA_EVOLVER_HPP
+#include "eugene/GAImpl.hpp"
#include "raul/SharedPtr.hpp"
#include "raul/Thread.hpp"
#include "raul/TimeStamp.hpp"
-#include "eugene/GAImpl.hpp"
+
#include "Schrodinbit.hpp"
namespace Eugene { template <typename G> class HybridMutation; }