From cee68671c2f0b4d62ea624f664ba7c0df4e180cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 30 May 2025 07:39:32 +0200 Subject: [PATCH] Added missing includes --- src/GUI/coordinatesitem.cpp | 1 + src/GUI/legenditem.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/GUI/coordinatesitem.cpp b/src/GUI/coordinatesitem.cpp index b85ba01d..1e1688ad 100644 --- a/src/GUI/coordinatesitem.cpp +++ b/src/GUI/coordinatesitem.cpp @@ -1,3 +1,4 @@ +#include #include #include #include "font.h" diff --git a/src/GUI/legenditem.cpp b/src/GUI/legenditem.cpp index 9bf0ecc5..e69b5a33 100644 --- a/src/GUI/legenditem.cpp +++ b/src/GUI/legenditem.cpp @@ -1,3 +1,4 @@ +#include #include #include "font.h" #include "legenditem.h"