Merge "Fix build with ToT libc++" into main am: c0305b145f
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3100441 Change-Id: I9be076510a08abdd42cd0fcfc9e25434382f4aa0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7c74d6ca60
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