Переглянути джерело

Merge pull request #5172 from feuerste/missing_header

Add missing header.
Kim Kulling 2 роки тому
батько
коміт
e08cb0b5b8
1 змінених файлів з 1 додано та 0 видалено
  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>