diff options
author | Thiago Macieira <thiago@macieira.org> | 2013-05-30 09:52:31 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-30 12:03:25 +0900 |
commit | 7b75cfa8082b97fedcea8df577e9f426037a7965 (patch) | |
tree | aca410b1625bfad933470f5d06444e383bb05064 | |
parent | bb2187ca36a7562b2da43a06d0dffc491a106299 (diff) | |
download | subsurface-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.h | 1 |
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> |