made ptrdiff_t visible to GCC 4.6 compiler
This commit is contained in:
parent
a7b9c31e6a
commit
f8e4b10248
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user