Skip to content
Snippets Groups Projects
Commit bc219ecd authored by Julien Malik's avatar Julien Malik
Browse files

COMP: missing include guards

parent b1b2d5de
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#ifndef __otbVectorDataToLabelImageFilter_txx
#define __otbVectorDataToLabelImageFilter_txx
#include "otbVectorDataToLabelImageFilter.h"
#include "otbOGRIOHelper.h"
......@@ -322,3 +324,5 @@ VectorDataToLabelImageFilter<TVectorData, TOutputImage>
} // end namespace otb
#endif
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