made ptrdiff_t visible to GCC 4.6 compiler
This commit is contained in:
@@ -75,6 +75,7 @@ namespace cv {
|
|||||||
|
|
||||||
using std::vector;
|
using std::vector;
|
||||||
using std::string;
|
using std::string;
|
||||||
|
using std::ptrdiff_t;
|
||||||
|
|
||||||
template<typename _Tp> class CV_EXPORTS Size_;
|
template<typename _Tp> class CV_EXPORTS Size_;
|
||||||
template<typename _Tp> class CV_EXPORTS Point_;
|
template<typename _Tp> class CV_EXPORTS Point_;
|
||||||
|
Reference in New Issue
Block a user