mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 09:32:21 +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