summaryrefslogtreecommitdiffstats
path: root/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl')
-rw-r--r--mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
index d506e6c..3d0ce78 100644
--- a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
+++ b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
@@ -49,6 +49,10 @@
#include "third_party/WebKit/Source/wtf/text/WTFString.h"
{%- endif %}
+{%- for header in extra_public_headers %}
+#include "{{header}}"
+{%- endfor %}
+
{%- for namespace in namespaces_as_array %}
namespace {{namespace}} {
{%- endfor %}