Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3faf89b authored by Dennis Shen's avatar Dennis Shen Committed by Automerger Merge Worker
Browse files

Merge "aconfig: add missing string header to template" into main am: 268e4455 am: e857396e

parents 79d173ed e857396e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {

+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
{{ endif }}
{{ if for_test }}
#include <unordered_map>
#include <string>
{{ endif }}

namespace {cpp_namespace} \{