Merge "Fix build with ToT libc++" into main
This commit is contained in:
commit
c0305b145f
2 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include "libsnapshot/cow_format.h"
|
||||
|
||||
namespace android {
|
||||
|
@ -50,4 +52,4 @@ class ICompressor {
|
|||
const uint32_t block_size_;
|
||||
};
|
||||
} // namespace snapshot
|
||||
} // namespace android
|
||||
} // namespace android
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <memory>
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
#include <android-base/unique_fd.h>
|
||||
#include <libsnapshot/cow_format.h>
|
||||
|
|
Loading…
Reference in a new issue