29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
diff --git a/src/3rdparty/assimp/src/code/Common/Importer.h b/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
index eb70bc3..c9165be 100644
|
|
--- a/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
+++ b/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
@@ -49,6 +49,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#include <string>
|
|
#include <assimp/matrix4x4.h>
|
|
|
|
+#include <exception>
|
|
+#include <stdexcept>
|
|
+
|
|
struct aiScene;
|
|
|
|
namespace Assimp {
|
|
diff --git a/src/3rdparty/assimp/src/include/assimp/Importer.hpp b/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
index 9078fbf..ab76f93 100644
|
|
--- a/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
+++ b/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
@@ -59,6 +59,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
// Public ASSIMP data structures
|
|
#include <assimp/types.h>
|
|
|
|
+#include <exception>
|
|
+#include <stdexcept>
|
|
+
|
|
namespace Assimp {
|
|
// =======================================================================
|
|
// Public interface to Assimp
|