From 2a1f39c93746a65d5372b1c15b14226e19ba7274 Mon Sep 17 00:00:00 2001 From: Sharjeel Khan Date: Fri, 26 Dec 2025 20:15:50 +0000 Subject: [PATCH] Add missing include for C++23 in Android In Android, we need the added to build with C++23. --- include/fruit/impl/util/type_info.defn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fruit/impl/util/type_info.defn.h b/include/fruit/impl/util/type_info.defn.h index d077b025..304e2907 100644 --- a/include/fruit/impl/util/type_info.defn.h +++ b/include/fruit/impl/util/type_info.defn.h @@ -25,6 +25,8 @@ #include #include +#include + namespace fruit { namespace impl {