diff options
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Problem.hpp | 3 |
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 { |