From 10d78ba4a55a400919979ab1da473f8bc14f3f2c Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Thu, 19 Jun 2014 11:36:45 -0400 Subject: [PATCH] fixup includes --- src/gui/auxiliary/event/dispatcher.hpp | 2 ++ src/gui/auxiliary/event/dispatcher_private.hpp | 2 ++ src/tooltips.hpp | 3 +-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gui/auxiliary/event/dispatcher.hpp b/src/gui/auxiliary/event/dispatcher.hpp index 1ac204ad3906..6d947d538b19 100644 --- a/src/gui/auxiliary/event/dispatcher.hpp +++ b/src/gui/auxiliary/event/dispatcher.hpp @@ -20,6 +20,8 @@ #include "sdl/compat.hpp" #include "serialization/unicode.hpp" +#include "SDL_events.h" + #include #include #include diff --git a/src/gui/auxiliary/event/dispatcher_private.hpp b/src/gui/auxiliary/event/dispatcher_private.hpp index e7b211ab4285..6df0328f9692 100644 --- a/src/gui/auxiliary/event/dispatcher_private.hpp +++ b/src/gui/auxiliary/event/dispatcher_private.hpp @@ -19,6 +19,8 @@ #include "gui/widgets/widget.hpp" +#include "SDL_events.h" + #include namespace gui2 diff --git a/src/tooltips.hpp b/src/tooltips.hpp index 518882c11e21..e42e20282a90 100644 --- a/src/tooltips.hpp +++ b/src/tooltips.hpp @@ -15,11 +15,10 @@ #ifndef TOOLTIPS_HPP_INCLUDED #define TOOLTIPS_HPP_INCLUDED -#include "SDL.h" - #include class CVideo; +struct SDL_Rect; namespace tooltips {