mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add another missing #include <stdexcept> for building under Windows.
This commit is contained in:
parent
ad1825c2fb
commit
ef056ecfbd
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#define khronos_khr_hpp
|
||||
|
||||
#include <unordered_map>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace khronos {
|
||||
|
||||
|
|
Loading…
Reference in a new issue