diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index aa18c793af..e69e933375 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -111,6 +111,7 @@ typedef std::vector > vector_vector_Point; typedef std::vector > vector_vector_Point2f; typedef std::vector > vector_vector_Point3f; typedef std::vector > vector_vector_DMatch; +typedef std::vector > vector_vector_KeyPoint; static PyObject* failmsgp(const char *fmt, ...) {