Explorar o código

Merge branch 'optimize_3mf_strings' of https://github.com/assimp/assimp into optimize_3mf_strings

kkulling %!s(int64=4) %!d(string=hai) anos
pai
achega
cbce6d3dad
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/AssetLib/3MF/D3MFImporter.cpp

+ 1 - 0
code/AssetLib/3MF/D3MFImporter.cpp

@@ -61,6 +61,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #include <string>
 #include <vector>
 #include <iomanip>
+#include <string.h>
 
 namespace Assimp {
 namespace D3MF {