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

Added missing header includes

This commit is contained in:
2024-01-04 18:53:43 +01:00
parent bc7d965a49
commit 07614a8f74
8 changed files with 12 additions and 2 deletions

View File

@ -2,9 +2,12 @@
#define HASH_H
#include <QtGlobal>
#include <QPoint>
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
#include <QPoint>
#include <QPair>
#include <QHash>
#define HASH_T uint
inline uint qHash(const QPoint &p)