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

Commit b28c93f3 authored by Yi Kong's avatar Yi Kong
Browse files

Fix build with ToT libc++

frameworks/av/services/mediametrics/include/mediametricsservice/AudioTypes.h:36:6: error: no template named 'vector' in namespace 'std'
   36 | std::vector<int32_t> vectorFromMap(
      | ~~~~~^

 Test: Build with ToT libc++

Change-Id: I48e332b7f81f5ac8a5130e9644621307e569669e
parent db12f549
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <string>
#include <unordered_map>
#include <vector>

namespace android::mediametrics::types {