Browse Source

Merge branch 'master' into x3d_pugi_migration_artenuvielle

Kim Kulling 4 years ago
parent
commit
d814e9067a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/Importer.hpp

+ 1 - 1
include/assimp/Importer.hpp

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