Browse Source

Merge pull request #5172 from feuerste/missing_header

Add missing header.
Kim Kulling 2 năm trước cách đây
mục cha
commit
e08cb0b5b8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>