Skip to content
Snippets Groups Projects
Commit 89a5845a authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

BUG : missing include file

parent 315713c4
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include "otbPixelDescriptionView.h"
#include "otbStandardRenderingFunction.h"
#include "otbVectorData.h"
#include "otbVectorDataFileReader.h"
#include "otbVectorDataProjectionFilter.h"
#include "otbVectorDataGlComponent.h"
#include "otbVectorDataExtractROI.h"
......@@ -145,7 +146,7 @@ public:
typedef VectorDataExtractROI<VectorDataType> VectorDataExtractROIType;
typedef typename VectorDataExtractROIType::RegionType RemoteSensingRegionType;
typedef VectorDataGlComponent<VectorDataType> VectorDataGlComponentType;
typedef VectorDataFileReader<VectorDataType> VectorDataFileReaderType;
/** Set/Get the image to render */
itkSetObjectMacro(Image,ImageType);
......
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