aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina')
-rw-r--r--src/engine/machina/Problem.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/machina/Problem.hpp b/src/engine/machina/Problem.hpp
index 067be51..b6f3bdc 100644
--- a/src/engine/machina/Problem.hpp
+++ b/src/engine/machina/Problem.hpp
@@ -18,9 +18,10 @@
#ifndef MACHINA_PROBLEM_HPP
#define MACHINA_PROBLEM_HPP
+#include CONFIG_H_PATH
+
#include <map>
#include <raul/MIDISink.hpp>
-#include <eugene/core/Problem.hpp>
#include <machina/Machine.hpp>
namespace Machina {