Skip to content
Snippets Groups Projects
Commit b9591691 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

COMP: fix compilation issue linked to include cleaning

parent 1017bc05
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
#include "otbImageFileWriter.h"
#include "itkImageRegionIterator.h"
#include "itkImageSliceConstIteratorWithIndex.h"
#include "otbVectorImageTo3DScalarImageFilter.h"
int otbVectorImageTo3DScalarImageFilter(int itkNotUsed(argc), char * argv[])
{
......
......@@ -18,6 +18,7 @@
#include "itkMacro.h"
#include "otbVectorImage.h"
#include "otbImage.h"
#include "otbVectorImageTo3DScalarImageFilter.h"
int otbVectorImageTo3DScalarImageFilterNew(int itkNotUsed(argc), char * itkNotUsed(argv) [])
{
......
......@@ -22,6 +22,8 @@
#include "otbWrapperQtWidgetParameterFactory.h"
#include "otbWrapperNumericalParameter.h"
#include "otbWrapperStringParameter.h"
#include "otbWrapperChoiceParameter.h"
#include "otbWrapperEmptyParameter.h"
#include "otbWrapperQtWidgetModel.h"
......
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