Compile fix in globebrowsing

This commit is contained in:
Alexander Bock
2016-08-29 10:00:45 +02:00
parent d5063b116c
commit 04f206da76
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
#include <modules/globebrowsing/tile/tilediskcache.h>
#include <modules/globebrowsing/tile/tileioresult.h>
#include <ghoul/logging/logmanager.h>
#include <sstream>

View File

@@ -34,6 +34,8 @@
namespace openspace {
struct TileIOResult;
using namespace ghoul::filesystem;
class TileDiskCache {