Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0305b14 authored by Yi Kong's avatar Yi Kong Committed by Gerrit Code Review
Browse files

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

parents d301af07 0e8f64bb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#pragma once

#include <memory>
#include <vector>

#include "libsnapshot/cow_format.h"

namespace android {
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <memory>
#include <optional>
#include <unordered_map>
#include <vector>

#include <android-base/unique_fd.h>
#include <libsnapshot/cow_format.h>