Now including C++11 chrono and thread headers

This commit is contained in:
CobaltXII
2018-12-28 15:10:00 -05:00
parent 46ecc76d29
commit 8d251e06e6

View File

@@ -1,4 +1,6 @@
#include <iostream>
#include <chrono>
#include <thread>
// GLAD is used as the loader for OpenGL functions. On operating systems such
// as OS X, a loader is not necessarily needed. However, on most other