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

Merge pull request #2749 from Bleach665:fix_win_vs2019

This commit is contained in:
Alexander Alekhin
2020-11-14 22:47:23 +00:00

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
{