Commit 9e577c5f authored by vludv's avatar vludv

fixed std::limits error

parent 34969204
#include "precomp.hpp"
#include <opencv2/core/private.hpp>
#include "edgeaware_filters_common.hpp"
#include <cmath>
#include <cstring>
#include "edgeaware_filters_common.hpp"
#include <limits>
namespace
{
......
......@@ -2,6 +2,7 @@
#define __OPENCV_DTFILTER_INL_HPP__
#include "precomp.hpp"
#include "edgeaware_filters_common.hpp"
#include <limits>
namespace cv
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment