1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Added missing include

This commit is contained in:
Martin Tůma 2019-03-03 09:36:57 +01:00
parent fb34f5c7db
commit 78654aa1cf

View File

@ -1,6 +1,7 @@
#ifndef RMAP_H
#define RMAP_H
#include <QFile>
#include "map.h"
#include "transform.h"
#include "projection.h"