Here is what the documentation says:
You can use these methods by including the relevant header file in the standard manner, for example:
"#include <vector>".
The current release provides an early version of STL and standard C functions, including the newlib subset.
However when I try to add any include from these libs the compilation fails because it cannot found the headers. That is because the include folder of the SDK does not include them. Does it mean this is not yet supported ? or did I miss something
Thanks for your help!
