modelSet.cpp missing algorithm include
On Linux, on compilation we get an error at line 153 with the find() method.
#ifdef __linux__
#include <algorithm>
#endif
Perhaps this?
On Linux, on compilation we get an error at line 153 with the find() method.
#ifdef __linux__
#include <algorithm>
#endif
Perhaps this?