(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

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