From 55b1de961489f99723288e162f9d3a062d593368 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Jun 2016 18:40:11 +0300 Subject: Fix includes and update deheader ci script. --- src/actions/actiondef.h | 3 +++ src/actions/actions.cpp | 1 + 2 files changed, 4 insertions(+) (limited to 'src/actions') diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h index 10388b1dc..02dc6ab05 100644 --- a/src/actions/actiondef.h +++ b/src/actions/actiondef.h @@ -23,8 +23,11 @@ #include "gamemodifiers.h" #include "settings.h" +GAMEMODIFIERS_H +SETTINGS_H #include "input/inputmanager.h" +INPUT_INPUTMANAGER_H #define impHandler(name) bool name(InputEvent &event) diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 8fddb015d..1bb65fbed 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -26,6 +26,7 @@ #ifdef USE_OPENGL #include "graphicsmanager.h" #endif +#include "main.h" #include "spellmanager.h" #include "actions/actiondef.h" -- cgit v1.2.3-60-g2f50