Add another missing #include <stdexcept> for building under Windows.

This commit is contained in:
Robert Adams 2020-06-13 13:07:06 -07:00
parent ad1825c2fb
commit ef056ecfbd

View file

@ -11,6 +11,7 @@
#define khronos_khr_hpp
#include <unordered_map>
#include <stdexcept>
namespace khronos {