From 0d310a31d3f8261cee4f9f9bee6e7ae9173ecef0 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Fri, 19 Jan 2018 20:15:08 +0000 Subject: [PATCH] conditional include for non-AVR targets --- UTFTGLUE.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UTFTGLUE.h b/UTFTGLUE.h index db56403..78529e1 100644 --- a/UTFTGLUE.h +++ b/UTFTGLUE.h @@ -19,6 +19,9 @@ #include #include +#if !defined(AVR) +#include +#endif #undef _GFXFONT_H_ //comment this line to enable FreeFonts #if defined(_GFXFONT_H_)