Skip to content

Commit 45cc058

Browse files
Sharjeel-Khanpoletti-marco
authored andcommitted
Add missing <type_traits> include for C++23 in Android
In Android, we need the added <type_traits> to build with C++23.
1 parent 19f5c05 commit 45cc058

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/fruit/impl/util/type_info.defn.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <fruit/impl/fruit-config.h>
2626
#include <fruit/impl/fruit_assert.h>
2727

28+
#include <type_traits>
29+
2830
namespace fruit {
2931
namespace impl {
3032

0 commit comments

Comments
 (0)