From b7272a22e9a49ff0f67c6e29c4311339a6afc2fa Mon Sep 17 00:00:00 2001 From: expnkx Date: Fri, 4 Mar 2022 01:49:38 -0500 Subject: [PATCH] fix gcc libstdc++ change that breaks iterator.h --- include/fast_io_core_impl/freestanding/iterator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fast_io_core_impl/freestanding/iterator.h b/include/fast_io_core_impl/freestanding/iterator.h index 480ce466..fa6e1f8b 100644 --- a/include/fast_io_core_impl/freestanding/iterator.h +++ b/include/fast_io_core_impl/freestanding/iterator.h @@ -5,6 +5,7 @@ #ifdef __GLIBCXX__ #if __has_include() && __has_include() +#include #include #include #else