fix: build on linux

This commit is contained in:
Jan 2024-05-01 00:19:21 +02:00
parent 07fa12b7f6
commit c587dae05f
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "Utils/DistinctMapper.h" #include "Utils/DistinctMapper.h"
#include "XModel/Obj/ObjCommon.h" #include "XModel/Obj/ObjCommon.h"
#include <format>
namespace namespace
{ {
struct ObjObjectData struct ObjObjectData

View File

@ -2,6 +2,7 @@
#include "XModel/XModelWriter.h" #include "XModel/XModelWriter.h"
#include <memory>
#include <ostream> #include <ostream>
namespace obj namespace obj