Explorar el Código

Add missing include

Kim Kulling hace 4 años
padre
commit
b87f67db4c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;