Skip to content

Commit

Permalink
fix gcc libstdc++ change that breaks iterator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
expnkx committed Mar 4, 2022
1 parent 3cf2ada commit b7272a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fast_io_core_impl/freestanding/iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifdef __GLIBCXX__

#if __has_include(<bits/ranges_base.h>) && __has_include(<bits/stl_iterator.h>)
#include<initializer_list>
#include<bits/stl_iterator.h>
#include<bits/ranges_base.h>
#else
Expand Down

0 comments on commit b7272a2

Please sign in to comment.