Including <exception>

Assimp wasn't compiling on GNU/Linux
pull/4083/head
Mark's Offline 2021-09-15 05:17:16 -05:00 committed by GitHub
parent 71a87b653c
commit 1eb0d18371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Public ASSIMP data structures // Public ASSIMP data structures
#include <assimp/types.h> #include <assimp/types.h>
//#include <exception> #include <exception>
namespace Assimp { namespace Assimp {
// ======================================================================= // =======================================================================