(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 2d2e2cd200
commit fdd94f7601
5 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
#include "object.h"
#include "hotkeys.h"
#include "engine_base.h"
#include "terraform_gui.h"
#include "widgets/terraform_widget.h"