From 3203db2be2939c86024940cf63c84112f19b2a23 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 6 Jul 2023 17:02:01 +0100 Subject: [PATCH] Cleanup includes. Change-Id: I062579fc7dee2283e6ac62e67c844cf89c3a3188 Signed-off-by: Michael Meeks --- common/RenderTiles.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/RenderTiles.hpp b/common/RenderTiles.hpp index 3f47fb462..b3f3d8a43 100644 --- a/common/RenderTiles.hpp +++ b/common/RenderTiles.hpp @@ -11,9 +11,10 @@ #include #include #include +#include +#include #include #include -#include #include "Png.hpp" #include "Delta.hpp"