should be map, not set
authorJeremy Abel <jeremyabel@gmail.com>
Sat, 12 Aug 2017 04:16:00 +0000 (00:16 -0400)
committerJeremy Abel <jeremyabel@gmail.com>
Sat, 12 Aug 2017 04:16:00 +0000 (00:16 -0400)
code/C4DImporter.h

index 3ba2a17..4dea821 100644 (file)
@@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include "BaseImporter.h"
 #include "LogAux.h"
 
-#include <set>
+#include <map>
 struct aiNode;
 struct aiMesh;
 struct aiMaterial;