(svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file.

This commit is contained in:
frosch
2013-06-15 15:05:54 +00:00
parent e4e86620dd
commit bb308c5e30
5 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#include "tilehighlight_func.h"
#include "company_base.h"
#include "hotkeys.h"
#include "gui.h"
#include "widgets/dock_widget.h"