Commit f8e4b102 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

made ptrdiff_t visible to GCC 4.6 compiler

parent a7b9c31e
......@@ -75,6 +75,7 @@ namespace cv {
using std::vector;
using std::string;
using std::ptrdiff_t;
template<typename _Tp> class CV_EXPORTS Size_;
template<typename _Tp> class CV_EXPORTS Point_;
......
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