Commit 23fd3205 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #6980 from tomoaki0705:fixNanUndeclared2

parents 1001b05d 891c83ff
#include "test_precomp.hpp"
#include <cmath>
#ifndef NAN
#include <limits> // numeric_limits<T>::quiet_NaN()
#define NAN std::numeric_limits<float>::quiet_NaN()
#endif
using namespace cv;
using namespace std;
......
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