(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

@@ -30,6 +30,7 @@
#include "../hotkeys.h"
#include "ai.hpp"
#include "ai_gui.hpp"
#include "../script/api/script_log.hpp"
#include "ai_config.hpp"
#include "ai_info.hpp"