From 2f5eca9d878526bdd9dce93ece7f42093b481545 Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Thu, 10 Nov 2011 08:36:38 +0100 Subject: [PATCH] include fix --- input/dispatcher.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {