Commit 010e7301 authored by Andrey Pavlenko's avatar Andrey Pavlenko

fixing compilation on Windows (M_PI was undefined via math.h)

parent a4de511e
......@@ -46,6 +46,8 @@
#ifndef __OPENCV_CORE_HPP__
#define __OPENCV_CORE_HPP__
#define _USE_MATH_DEFINES
#include "opencv2/core/types_c.h"
#include "opencv2/core/version.hpp"
......
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