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?
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.