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

COMP: Fixing compilation issue when no FFTWD in ITK

parent 909e4667
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@
#include "itkImage.h"
#include "itkNumericTraits.h"
#include "itkArray.h"
#include "itkFFTWCommon.h"
#include "itkZeroFluxNeumannBoundaryCondition.h"
namespace otb
......
......@@ -32,6 +32,10 @@
#include "itkImageRegionIterator.h"
#include "otbMath.h"
#ifdef ITK_USE_FFTWD
#include "itkFFTWCommon.h"
#endif
namespace otb
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment