Fix build with ToT libc++
system/vold/fs/F2fs.h:33:28: error: no template named 'vector' in namespace 'std' 33 | const std::vector<std::string>& user_devices); | Test: Build with ToT libc++ Change-Id: Iab5f3fc06ce780ae81e96df7fd091a28407c1422
This commit is contained in:
parent
ad609263e8
commit
b8345b6e9c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
#include <utils/Errors.h>
|
#include <utils/Errors.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace android {
|
namespace android {
|
||||||
namespace vold {
|
namespace vold {
|
||||||
|
|
Loading…
Reference in a new issue