mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +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