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:
Yi Kong 2024-05-24 14:16:59 +09:00
parent ad609263e8
commit b8345b6e9c

View file

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