mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-16 22:35:51 +08:00
fix win, vs2019 build. missing header
Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#include <cstddef> //size_t
|
#include <cstddef> //size_t
|
||||||
#include <cstdint> // [u]intXX_t
|
#include <cstdint> // [u]intXX_t
|
||||||
#include <algorithm> // since some people like to forget that one
|
#include <algorithm> // since some people like to forget that one
|
||||||
|
#include <stdexcept>
|
||||||
|
|
||||||
namespace cvv
|
namespace cvv
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user