Skip to content

Commit

Permalink
Merge pull request #11 from trcrsired/master
Browse files Browse the repository at this point in the history
fix gcc libstdc++ change that breaks iterator.h
  • Loading branch information
trcrsired committed Mar 4, 2022
2 parents 3cf2ada + b7272a2 commit be893d0
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 be893d0

Please sign in to comment.