1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

added missing include for imagemap

This commit is contained in:
Dana Olson
2014-04-24 01:53:45 -04:00
parent 7f78452f35
commit c118dfdf6e

View File

@@ -50,6 +50,7 @@
#include "io/http_client.h"
#include "packed_data_container.h"
#include "func_ref.h"
#include "input_map.h"
#ifdef XML_ENABLED
static ResourceFormatSaverXML *resource_saver_xml=NULL;