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

COMP: Missing std namespace

parent 630e4561
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ private:
m_Multi3DMapToDEMFilter = Multi3DFilterType::New();
}
std::vector<std::vector<int> > CreateCouplesList(string couples)
std::vector<std::vector<int> > CreateCouplesList(std::string couples)
{
std::vector<std::vector<int> > couplesList;
......
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