From e6c9a38f0cee039479c010defb2357c71700a708 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Thu, 23 Nov 2023 12:37:50 +0300 Subject: [PATCH] Added include --- src/graphics/Atlas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/Atlas.cpp b/src/graphics/Atlas.cpp index 5cfac66b..a49bbeaa 100644 --- a/src/graphics/Atlas.cpp +++ b/src/graphics/Atlas.cpp @@ -1,5 +1,6 @@ #include "Atlas.h" +#include #include "../maths/LMPacker.h" #include "Texture.h" #include "ImageData.h"