Fixed a few missing #includes flagged by VS2019 beta, nw

This commit is contained in:
mooglyguy 2018-12-30 13:21:11 +01:00
parent 269b913ec3
commit 94fbe66092
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <chrono>
#include <algorithm>
#include <stdexcept>
namespace util {

View File

@ -15,6 +15,7 @@
#include <vector>
#include <map>
#include <string>
class bgfx_uniform;