From 0b05079a4972b527a9def9c00f8e9d680450c6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 26 Dec 2023 20:52:58 +0100 Subject: [PATCH] Fixed Android build --- src/GUI/mapitem.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GUI/mapitem.cpp b/src/GUI/mapitem.cpp index 3b5949dc..f395babf 100644 --- a/src/GUI/mapitem.cpp +++ b/src/GUI/mapitem.cpp @@ -5,6 +5,9 @@ #include "map/map.h" #include "mapaction.h" #include "tooltip.h" +#ifdef Q_OS_ANDROID +#include "popup.h" +#endif // Q_OS_ANDROID #include "mapitem.h"