Include <stdexcept> so building on Windows10 with Visual Studio 2019 works.

This commit is contained in:
Robert Adams 2020-06-04 09:35:45 -07:00
parent 1a46b28b71
commit ee1d46af94
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#define khronos_khr_hpp
#include <unordered_map>
#include <stdexcept>
namespace khronos {

View file

@ -14,6 +14,7 @@
#include <vector>
#include <memory>
#include <functional>
#include <stdexcept>
#include <QtCore/QFile>
#include <QtCore/QString>