mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +02:00
Include <stdexcept> so building on Windows10 with Visual Studio 2019 works.
This commit is contained in:
parent
1a46b28b71
commit
ee1d46af94
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#define khronos_khr_hpp
|
||||
|
||||
#include <unordered_map>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace khronos {
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include <vector>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QString>
|
||||
|
|
Loading…
Reference in a new issue