Merge "Fix build with ToT libc++" into main

This commit is contained in:
Yi Kong 2024-05-24 01:04:47 +00:00 committed by Gerrit Code Review
commit c0305b145f
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -19,6 +19,7 @@
#include <memory>
#include <optional>
#include <unordered_map>
#include <vector>
#include <android-base/unique_fd.h>
#include <libsnapshot/cow_format.h>