Fix build on macOS and linux

This commit is contained in:
MerryMage 2018-01-13 22:14:04 +00:00
parent f95789a0b3
commit e86bdb1601
6 changed files with 11 additions and 10 deletions

View file

@ -4,6 +4,7 @@
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <cstdlib>
#include <memory>
#include <glad/glad.h>