From 45655703f4f1896dd5c48881bfd197357f41b4f7 Mon Sep 17 00:00:00 2001 From: Ronaldd Pinho Date: Sat, 29 Jun 2019 21:39:10 -0300 Subject: [PATCH] Correcting error in ga/make_op_ga.cpp --- eo/src/ga/make_op_ga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/ga/make_op_ga.cpp b/eo/src/ga/make_op_ga.cpp index 5d04b5ede..249b002a3 100644 --- a/eo/src/ga/make_op_ga.cpp +++ b/eo/src/ga/make_op_ga.cpp @@ -44,7 +44,7 @@ */ // Templatized code -#include "../make_op.h" +#include "make_op.h" /// The following function merely call the templatized do_* functions above