Skip to content

Commit 52cc059

Browse files
committed
This should close #158
1 parent 4a6e4d0 commit 52cc059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/cpp2util.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@
131131
#include <iterator>
132132
#include <ranges>
133133
#include <algorithm>
134-
#include <execution>
134+
#if defined(__GNUC__) && __GNUC__ < 11
135+
#include <execution>
136+
#endif
135137
#include <bit>
136138
#include <cfenv>
137139
#include <cmath>

0 commit comments

Comments
 (0)