1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix mono module build errors for release templates

This commit is contained in:
Ignacio Etcheverry
2019-07-20 14:26:46 +02:00
parent 7f3490c5e1
commit ec679dfffa
3 changed files with 16 additions and 2 deletions

View File

@@ -30,6 +30,8 @@
#include "class_db_api_json.h"
#ifdef DEBUG_METHODS_ENABLED
#include "core/io/json.h"
#include "core/os/file_access.h"
#include "core/project_settings.h"
@@ -240,3 +242,5 @@ void class_db_api_to_json(const String &p_output_file, ClassDB::APIType p_api) {
print_line(String() + "ClassDB API JSON written to: " + ProjectSettings::get_singleton()->globalize_path(p_output_file));
}
#endif // DEBUG_METHODS_ENABLED