Blame SOURCES/415.patch

1cf364
From 20bfc0d2b8f70995877e7606a9fd8f7c839ccc3b Mon Sep 17 00:00:00 2001
1cf364
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
1cf364
Date: Thu, 18 Feb 2021 10:58:08 +0100
1cf364
Subject: [PATCH] Fix missing include for gcc-11
1cf364
1cf364
Required for std::numeric_limits
1cf364
---
1cf364
 include/xsimd/types/xsimd_complex_base.hpp | 1 +
1cf364
 1 file changed, 1 insertion(+)
1cf364
1cf364
diff --git a/include/xsimd/types/xsimd_complex_base.hpp b/include/xsimd/types/xsimd_complex_base.hpp
1cf364
index 80beda37..e3545047 100644
1cf364
--- a/include/xsimd/types/xsimd_complex_base.hpp
1cf364
+++ b/include/xsimd/types/xsimd_complex_base.hpp
1cf364
@@ -13,6 +13,7 @@
1cf364
 
1cf364
 #include <complex>
1cf364
 #include <cstddef>
1cf364
+#include <limits>
1cf364
 #include <ostream>
1cf364
 
1cf364
 #ifdef XSIMD_ENABLE_XTL_COMPLEX