Skip to content

Commit 20bfc0d

Browse files
authored
Fix missing include for gcc-11
Required for std::numeric_limits
1 parent 3d17850 commit 20bfc0d

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)