25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff --git a/src/3rdparty/assimp/src/code/Common/Importer.cpp b/src/3rdparty/assimp/src/code/Common/Importer.cpp
|
|
index 38eb63f..7fed1ae 100644
|
|
--- a/src/3rdparty/assimp/src/code/Common/Importer.cpp
|
|
+++ b/src/3rdparty/assimp/src/code/Common/Importer.cpp
|
|
@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#include <assimp/version.h>
|
|
#include <assimp/config.h>
|
|
#include <assimp/importerdesc.h>
|
|
+#include <exception>
|
|
|
|
// ------------------------------------------------------------------------------------------------
|
|
/* Uncomment this line to prevent Assimp from catching unknown exceptions.
|
|
diff --git a/src/3rdparty/assimp/src/include/assimp/Importer.hpp b/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
index 9078fbf..45fc455 100644
|
|
--- a/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
+++ b/src/3rdparty/assimp/src/include/assimp/Importer.hpp
|
|
@@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
// Public ASSIMP data structures
|
|
#include <assimp/types.h>
|
|
+#include <exception>
|
|
|
|
namespace Assimp {
|
|
// =======================================================================
|