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

COMP: missing include guards

parent 4a4719cb
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@
=========================================================================*/
#ifndef __otbOSMDataToVectorDataGenerator_h
#define __otbOSMDataToVectorDataGenerator_h
// store the nodes (points) coordinates
#include <map>
#include <string>
......@@ -220,3 +223,5 @@ private:
}; // end of class
} // end of 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