Hi,
In order compile Juce with STLport, it would be nice to simply add
#include <cstdio>
in the juce_StandartHeaders.h file.
This is required to declare the printf and sprintf functions which seems not to be in .
Hi,
In order compile Juce with STLport, it would be nice to simply add
#include <cstdio>
in the juce_StandartHeaders.h file.
This is required to declare the printf and sprintf functions which seems not to be in .
I don’t generally add any includes that aren’t directly needed by juce, but I could slip that one in for you…