1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-02 16:23:03 +02:00

Added missing includes

This commit is contained in:
Martin Tůma 2025-05-30 07:39:32 +02:00
parent d3daa17bf7
commit cee68671c2
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <cmath>
#include <QFontMetrics>
#include <QPainter>
#include "font.h"

View File

@ -1,3 +1,4 @@
#include <cmath>
#include <QPainter>
#include "font.h"
#include "legenditem.h"