Skip to content
Snippets Groups Projects
Commit c44bfd04 authored by Julien Michel's avatar Julien Michel
Browse files

correction erreur de compilation M_PI sous visual.

parent 86f03aab
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ PURPOSE. See the above copyright notices for more information.
#ifndef _otbSpectralAngleDistanceImageFilter_txx
#define _otbSpectralAngleDistanceImageFilter_txx
#ifndef M_PI
#define M_PI vcl_acos(-1.0)
#endif
#include "otbSpectralAngleDistanceImageFilter.h"
#include "itkImageRegionIterator.h"
#include "itkImageRegionConstIterator.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment