Skip to content

Commit 634ff89

Browse files
authored
Merge pull request #415 from hroncok/patch-1
Fix missing include for gcc-11
2 parents 3d17850 + 20bfc0d commit 634ff89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/xsimd/types/xsimd_complex_base.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <complex>
1515
#include <cstddef>
16+
#include <limits>
1617
#include <ostream>
1718

1819
#ifdef XSIMD_ENABLE_XTL_COMPLEX

0 commit comments

Comments
 (0)