blob: 62b6fda4872ee1386f904a4f14ac4182f6410ef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/backend/opencl/kernel/homography.hpp b/src/backend/opencl/kernel/homography.hpp
index b84e599..3034658 100644
--- a/src/backend/opencl/kernel/homography.hpp
+++ b/src/backend/opencl/kernel/homography.hpp
@@ -21,6 +21,7 @@
#include <string>
#include <vector>
+#include <cfloat>
namespace opencl {
namespace kernel {
|