diff options
Diffstat (limited to 'glcdgraphics/font.c')
-rw-r--r-- | glcdgraphics/font.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glcdgraphics/font.c b/glcdgraphics/font.c index 24a44a0..9bbc1af 100644 --- a/glcdgraphics/font.c +++ b/glcdgraphics/font.c @@ -29,6 +29,8 @@ #include <ft2build.h> #include FT_FREETYPE_H #include <iconv.h> +#else +#include <string.h> #endif namespace GLCD |