From 84fff83f220b68b187edab85a8c23f8dfc8eefff Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 21 Jun 2017 15:42:13 -0400 Subject: [PATCH] GCC7 compile fix --- modules/globebrowsing/cache/lrucache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/globebrowsing/cache/lrucache.h b/modules/globebrowsing/cache/lrucache.h index b03b38ca46..b23cdae9db 100644 --- a/modules/globebrowsing/cache/lrucache.h +++ b/modules/globebrowsing/cache/lrucache.h @@ -27,6 +27,7 @@ #include #include +#include namespace openspace { namespace globebrowsing {