include Exceptional.h in 3DSExporter.cpp (#5707)

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
pull/5705/head^2
Måns Andersen 2024-08-13 11:17:45 +02:00 committed by GitHub
parent f950f61a52
commit 9485d49e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <assimp/StringComparison.h>
#include <assimp/DefaultLogger.hpp>
#include <assimp/Exporter.hpp>
#include <assimp/Exceptional.h>
#include <assimp/IOSystem.hpp>
#include <memory>