Update Ghoul version

Make the modules depend on C++14
Change the OpenSpace code to the new Ghoul version
This commit is contained in:
Alexander Bock
2015-12-07 18:54:17 -05:00
parent ba35b834f7
commit 875de328aa
6 changed files with 11 additions and 2 deletions

View File

@@ -24,6 +24,8 @@
#include <openspace/properties/propertyowner.h>
#include <ghoul/logging/logmanager.h>
#include <algorithm>
#include <assert.h>