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

COMP: Missing std namespace

parent d9c3128e
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public:
private:
LabelImageReaderType::Pointer m_FinalReader;
ImportGeoInformationImageFilterType::Pointer m_ImportGeoInformationFilter;
std::vector<string> m_FilesToRemoveAfterExecute;
std::vector<std::string> m_FilesToRemoveAfterExecute;
bool m_TmpDirCleanup;
std::string CreateFileName(unsigned int row, unsigned int column, std::string label)
......
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