Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / mojo / public / bindings / generators / cpp_templates / module_internal.h.tmpl
index 44f340f..6d483df 100644 (file)
@@ -9,6 +9,9 @@
 #define {{header_guard}}
 
 #include "mojo/public/bindings/lib/bindings_internal.h"
+{%- for import in imports %}
+#include "{{include_prefix}}{{import.module_name|camel_to_underscores}}_internal.h"
+{%- endfor %}
 
 namespace {{namespace}} {