From 9b4756964f2eeeb90c57c7c4b513b1e3de376f96 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Thu, 19 Jun 2014 11:48:08 -0400 Subject: [PATCH] fixup includes --- src/editor/action/mouse/mouse_action.hpp | 2 ++ src/editor/action/mouse/mouse_action_map_label.cpp | 2 ++ src/theme.hpp | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/editor/action/mouse/mouse_action.hpp b/src/editor/action/mouse/mouse_action.hpp index d77c00a9f03c..a32c73157b8c 100644 --- a/src/editor/action/mouse/mouse_action.hpp +++ b/src/editor/action/mouse/mouse_action.hpp @@ -22,6 +22,8 @@ #include "editor/palette/terrain_palettes.hpp" #include "editor/palette/empty_palette.hpp" +#include + class CKey; namespace editor { diff --git a/src/editor/action/mouse/mouse_action_map_label.cpp b/src/editor/action/mouse/mouse_action_map_label.cpp index 369124917819..4d1f4a44d653 100644 --- a/src/editor/action/mouse/mouse_action_map_label.cpp +++ b/src/editor/action/mouse/mouse_action_map_label.cpp @@ -19,6 +19,8 @@ #include "../../editor_display.hpp" #include "../../map/context_manager.hpp" +#include + #include "gui/dialogs/editor/editor_edit_label.hpp" namespace editor { diff --git a/src/theme.hpp b/src/theme.hpp index 90d295485480..8c82978105f9 100644 --- a/src/theme.hpp +++ b/src/theme.hpp @@ -20,10 +20,11 @@ #ifndef THEME_HPP_INCLUDED #define THEME_HPP_INCLUDED -#include "SDL.h" #include "config.hpp" #include "generic_event.hpp" +#include + typedef struct { size_t x1,y1,x2,y2; } _rect; struct theme_info