From c400a20c5a20091f28074ea6fd8aeed9a8d71a2f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 11 Oct 2023 00:17:28 +0200 Subject: [PATCH] fix compilation of release builds. --- source/core/textures/texinfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/textures/texinfo.cpp b/source/core/textures/texinfo.cpp index f62a045fb..60dd83c32 100644 --- a/source/core/textures/texinfo.cpp +++ b/source/core/textures/texinfo.cpp @@ -35,6 +35,7 @@ #include "texturemanager.h" #include "texinfo.h" #include "m_crc32.h" +#include "buildtiles.h" //==========================================================================