29 lines
1023 B
Diff
29 lines
1023 B
Diff
diff --git a/src/3rdparty/assimp/src/code/Common/Importer.h b/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
index e7da7f4..c41dd53 100644
|
|
--- a/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
+++ b/src/3rdparty/assimp/src/code/Common/Importer.h
|
|
@@ -50,6 +50,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 09b5b68..327c71f 100644
|
|
--- a/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
+++ b/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
@@ -61,6 +61,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
#include <exception>
|
|
|
|
+#include <exception>
|
|
+#include <stdexcept>
|
|
+
|
|
namespace Assimp {
|
|
// =======================================================================
|
|
// Public interface to Assimp
|