add <optional> to includes (to try to satisfy msvc)

This commit is contained in:
milek7
2019-02-06 00:11:02 +01:00
parent 6962e25042
commit ae7a0cf869

View File

@@ -69,6 +69,7 @@
#include <typeinfo>
#include <bitset>
#include <chrono>
#include <optional>
#ifdef EU07_BUILD_STATIC
#define GLEW_STATIC