algorithm: No such file or directory
Unsolved
Mobile and Embedded
-
wrote on 4 Apr 2016, 18:06 last edited by
When I try to build I get the error "algorithm: No such file or directory".
-
Hi,
That's a bit vague. What are you trying to build ? Where do you have that error ? Is it when trying to include STL's algorithm header ?
-
wrote on 29 Apr 2016, 20:20 last edited by
Assuming this comes from an #include <algorithm> this means your C++ compiler installation is missing or broken. <algorithm> is a Standard C++ header that must be present.