File: criterion.patch

package info (click to toggle)
siril 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 47,656 kB
  • sloc: ansic: 175,395; cpp: 28,654; python: 8,476; makefile: 974; xml: 879; sh: 280
file content (12 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/criterion/internal/assert/ieee.h b/include/criterion/internal/assert/ieee.h
index 3b6de3b..d89798b 100644
--- a/include/criterion/internal/assert/ieee.h
+++ b/include/criterion/internal/assert/ieee.h
@@ -28,6 +28,7 @@
 
 #ifdef __cplusplus
 
+# include <limits>
 # include <cmath>
 
 namespace criterion { namespace internal { namespace operators {