浏览代码

Some fixes for build with MinGW

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@38 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
DarkGuru 17 年之前
父节点
当前提交
de1c66d941
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/ObjFileMtlImporter.h

+ 1 - 0
code/ObjFileMtlImporter.h

@@ -40,6 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define OBJFILEMTLIMPORTER_H_INC
 
 #include <vector>
+#include <string>
 
 struct aiColor3D;