diff --git a/fastboot/storage.cpp b/fastboot/storage.cpp index dc733b994..629ebc88e 100644 --- a/fastboot/storage.cpp +++ b/fastboot/storage.cpp @@ -18,6 +18,7 @@ #include #include +#include #include "storage.h" #include "util.h" @@ -62,4 +63,4 @@ FileLock ConnectedDevicesStorage::Lock() const { LOG(FATAL) << "Cannot create directory: " << home_fastboot_path_; } return FileLock(devices_lock_path_); -} \ No newline at end of file +}