added <stdint> include to fix compilation issue with int32_t datatype

This commit is contained in:
Joakim Kilby
2015-02-18 10:49:54 +01:00
parent f39575a051
commit ba53cf0e1f

View File

@@ -27,6 +27,7 @@
#include <vector>
#include <sgct.h>
#include <stdint.h>
namespace openspace {