From ff4d086f114e39cf1b73164ad223471267ecbc14 Mon Sep 17 00:00:00 2001 From: Dino Bollinger Date: Thu, 28 Apr 2022 08:04:22 +0200 Subject: [PATCH] Engine: Fix compilation for POLYMER=0 builds --- source/build/include/texcache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/build/include/texcache.h b/source/build/include/texcache.h index 6ab3f6488..a548cd18b 100644 --- a/source/build/include/texcache.h +++ b/source/build/include/texcache.h @@ -3,6 +3,7 @@ #include "mio.hpp" #include "polymost.h" +#include "mdsprite.h" #ifdef __cplusplus extern "C" { -- GitLab