diff --git a/input/dispatcher.hpp b/input/dispatcher.hpp index 2cd1ed5ae2..a8d480d4b0 100644 --- a/input/dispatcher.hpp +++ b/input/dispatcher.hpp @@ -1,10 +1,13 @@ #ifndef OENGINE_INPUT_DISPATCHER_H #define OENGINE_INPUT_DISPATCHER_H +#include +#include + +#include + #include "dispatch_map.hpp" #include "func_binder.hpp" -#include -#include namespace OEngine { namespace Input {