1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Added #include <limits> to files that were missing it.

This commit is contained in:
Brian McKinnon
2013-05-06 22:45:11 -04:00
parent 416fb50594
commit 36745a80c3
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@
#include "precomp.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include <limits>
namespace cv
{