Commit 16ed2972 authored by biagio montesano's avatar biagio montesano

Moved M_PI definition to precomp

parent c38e50b2
......@@ -42,6 +42,8 @@
#ifndef __OPENCV_PRECOMP_H__
#define __OPENCV_PRECOMP_H__
#define _USE_MATH_DEFINES
#include <algorithm>
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.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