Index: mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl |
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 a2a18ed3686991e7e3804ee696a313b4cf58bcaf..031e21d59b371013e8c25b2e830569a489a341bc 100644 |
--- a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl |
+++ b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl |
@@ -65,8 +65,8 @@ namespace {{variant}} { |
{%- endif %} |
{%- endfor %} |
{%- if not for_blink %} |
+#include <string> |
#include "mojo/public/cpp/bindings/array.h" |
-#include "mojo/public/cpp/bindings/string.h" |
{%- else %} |
{# hash_util.h includes template specializations that should be present for |
every use of {Inlined}StructPtr. #} |