Merge "Fix build with ToT libc++" into main
diff --git a/fs/F2fs.h b/fs/F2fs.h
index 7192b54..a0218f2 100644
--- a/fs/F2fs.h
+++ b/fs/F2fs.h
@@ -20,6 +20,7 @@
 #include <utils/Errors.h>
 
 #include <string>
+#include <vector>
 
 namespace android {
 namespace vold {