Skip to content

Commit

Permalink
Merge pull request assimp#5172 from feuerste/missing_header
Browse files Browse the repository at this point in the history
Add missing header.
  • Loading branch information
kimkulling committed Jul 8, 2023
2 parents 6308de6 + 8b005ea commit e08cb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/assimp/BaseImporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e08cb0b

Please sign in to comment.