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’
pull/1791/head
Michael Pratt 12 years ago committed by arc
parent f461930d07
commit 73f1940b03
  1. 2
      modules/cudaimgproc/src/precomp.hpp

@ -59,4 +59,6 @@
# include "opencv2/cudafilters.hpp"
#endif
#include <limits>
#endif /* __OPENCV_PRECOMP_H__ */

Loading…
Cancel
Save