diff --git a/src/Plugins/TgaImporter/TgaImporter.cpp b/src/Plugins/TgaImporter/TgaImporter.cpp index 50dd750a7..b5bda5f66 100644 --- a/src/Plugins/TgaImporter/TgaImporter.cpp +++ b/src/Plugins/TgaImporter/TgaImporter.cpp @@ -26,13 +26,16 @@ #include #include -#include #include #include #include -#include #include +#ifdef MAGNUM_TARGET_GLES +#include +#include +#endif + #include "TgaHeader.h" namespace Magnum { namespace Trade { namespace TgaImporter {