opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.33k stars 5.75k forks source link

Module CVV: missing include #2682

Open tthurow opened 3 years ago

tthurow commented 3 years ago
System information (version)
Detailed description

In modules/cvv/src/util/observer_ptr.hpp is created a exception class, but there is not the base class included. Please add #include <stdexcept>, git diff as attachment

Steps to reproduce

Compile the CVV_module under VC2019

Korrektur OpenCV.diff.txt

alalek commented 3 years ago

Thank you for the report!

Feel free to prepare PR (onto 3.4 branch because this is a "bugfix")