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

Commit 634304a6 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add missing libc++ includes

Bug: 175635923
Test: m MODULES-IN-frameworks-native-libs-binder
Change-Id: I43d3b767ad0878c828abdc5c1a35197cb46a2d75
parent c0212af8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#pragma once

#include <functional>
#include <optional>
#include <ostream>
#include <string>
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
// ETA for this blocker is 2023-10-27~2023-11-10.
// Also, remember to remove fmtlib's format.cc from trusty makefiles.

#if __has_include(<format>)
#if __has_include(<format>) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)
#include <format>
#else
#include <fmt/format.h>