Added missing header to fix compilation on Linux.

This commit is contained in:
Jonathas Costa
2020-09-08 11:07:51 -04:00
parent e0671700fc
commit 9b8f2a8efc

View File

@@ -25,6 +25,7 @@
#ifndef __OPENSPACE_CORE___SPICEMANAGER___H__
#define __OPENSPACE_CORE___SPICEMANAGER___H__
#include <ghoul/fmt.h>
#include <ghoul/glm.h>
#include <ghoul/misc/assert.h>
#include <ghoul/misc/boolean.h>