Fix GAIA module compile for macOS (missing #include <string>)

This commit is contained in:
Matthew Territo
2018-11-29 17:18:32 -08:00
parent 09fcbd0595
commit aa89a63f74

View File

@@ -27,6 +27,8 @@
#include <openspace/util/task.h>
#include <string>
namespace openspace {
namespace documentation { struct Documentation; }