1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Fixed Android build

This commit is contained in:
Martin Tůma 2023-12-26 20:52:58 +01:00
parent ca71eb9d93
commit 0b05079a49

View File

@ -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"