Browse Source

Add missing include

Kim Kulling 4 years ago
parent
commit
b87f67db4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/assimp/BaseImporter.h

+ 1 - 0
include/assimp/BaseImporter.h

@@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <set>
 #include <vector>
 #include <memory>
+#include <iterator>
 
 struct aiScene;
 struct aiImporterDesc;