diff --git a/modules/python/src2/cv2.cpp b/modules/python/src2/cv2.cpp index fab60fd03f..8ed6478bcc 100644 --- a/modules/python/src2/cv2.cpp +++ b/modules/python/src2/cv2.cpp @@ -4,6 +4,7 @@ #pragma warning(push) #pragma warning(disable:5033) // 'register' is no longer a supported storage class #endif +#include #include #if defined(_MSC_VER) && (_MSC_VER >= 1800) #pragma warning(pop)