Loading tools/aconfig/src/codegen_cpp.rs +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ bool com_android_aconfig_test_enabled_rw() { #include "com_android_aconfig_test.h" #include <server_configurable_flags/get_flags.h> #include <unordered_map> #include <string> namespace com::android::aconfig::test { Loading tools/aconfig/templates/cpp_source_file.template +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ {{ endif }} {{ if for_test }} #include <unordered_map> #include <string> {{ endif }} namespace {cpp_namespace} \{ Loading Loading
tools/aconfig/src/codegen_cpp.rs +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ bool com_android_aconfig_test_enabled_rw() { #include "com_android_aconfig_test.h" #include <server_configurable_flags/get_flags.h> #include <unordered_map> #include <string> namespace com::android::aconfig::test { Loading
tools/aconfig/templates/cpp_source_file.template +1 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ {{ endif }} {{ if for_test }} #include <unordered_map> #include <string> {{ endif }} namespace {cpp_namespace} \{ Loading