25 lines
634 B
Diff
25 lines
634 B
Diff
|
From d259ff47fa62d8417663507f95c7014a51ade78f Mon Sep 17 00:00:00 2001
|
||
|
From: Guilherme Amadio <amadio@cern.ch>
|
||
|
Date: Wed, 12 May 2021 17:13:56 +0200
|
||
|
Subject: [PATCH] Add missing include to simdarray.h (#275)
|
||
|
|
||
|
---
|
||
|
Vc/common/simdarray.h | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/Vc/common/simdarray.h b/Vc/common/simdarray.h
|
||
|
index 67d1c23..50f89cd 100644
|
||
|
--- a/Vc/common/simdarray.h
|
||
|
+++ b/Vc/common/simdarray.h
|
||
|
@@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
//#include "../IO"
|
||
|
|
||
|
#include <array>
|
||
|
+#include <limits>
|
||
|
|
||
|
#include "writemaskedvector.h"
|
||
|
#include "simdarrayhelper.h"
|
||
|
--
|
||
|
2.31.1
|
||
|
|