1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-15 20:37:07 +08:00

fix win, vs2019 build. missing header

Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
This commit is contained in:
Yuriy Obukh
2020-11-14 19:54:48 +03:00
parent f26c98365d
commit 97be19404f

View File

@@ -11,6 +11,7 @@
#include <cstddef> //size_t
#include <cstdint> // [u]intXX_t
#include <algorithm> // since some people like to forget that one
#include <stdexcept>
namespace cvv
{