Browse Source

added missing include for imagemap

Dana Olson 11 years ago
parent
commit
c118dfdf6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/register_core_types.cpp

+ 1 - 0
core/register_core_types.cpp

@@ -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;