aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-05-30 09:52:31 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-30 12:03:25 +0900
commit7b75cfa8082b97fedcea8df577e9f426037a7965 (patch)
treeaca410b1625bfad933470f5d06444e383bb05064
parentbb2187ca36a7562b2da43a06d0dffc491a106299 (diff)
downloadsubsurface-7b75cfa8082b97fedcea8df577e9f426037a7965.tar.gz
Fix compilation: error: ‘GeoDataDocument’ does not name a type
Signed-off-by: Thiago Macieira <thiago@macieira.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/globe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h
index 0d42ab90a..167cdf292 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -3,6 +3,7 @@
#include <marble/MarbleWidget.h>
#include <marble/GeoDataCoordinates.h>
+#include <marble/GeoDataDocument.h>
#include <QHash>