Browse Source

Merge pull request #5172 from feuerste/missing_header

Add missing header.
Kim Kulling 2 years ago
parent
commit
e08cb0b5b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/assimp/BaseImporter.h

+ 1 - 0
include/assimp/BaseImporter.h

@@ -53,6 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include <assimp/types.h>
 #include <assimp/ProgressHandler.hpp>
+#include <exception>
 #include <set>
 #include <vector>
 #include <memory>