Merge "aconfig: add missing string header to template" into main

This commit is contained in:
Dennis Shen 2023-10-11 14:01:46 +00:00 committed by Gerrit Code Review
commit 268e445503
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -4,6 +4,7 @@
{{ endif }}
{{ if for_test }}
#include <unordered_map>
#include <string>
{{ endif }}
namespace {cpp_namespace} \{