mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 12:03:01 +02: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