Commit 73f1940b authored by Michael Pratt's avatar Michael Pratt Committed by arc

Add missing limits include

Without limits included, several CUDA related files fail to compile with
GCC on Ubuntu:

modules/cudaimgproc/src/hough_lines.cpp:136:9: error: ‘numeric_limits’ is not a member of ‘std’
parent f461930d
...@@ -59,4 +59,6 @@ ...@@ -59,4 +59,6 @@
# include "opencv2/cudafilters.hpp" # include "opencv2/cudafilters.hpp"
#endif #endif
#include <limits>
#endif /* __OPENCV_PRECOMP_H__ */ #endif /* __OPENCV_PRECOMP_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment