2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-02 06:57:26 +00:00

fix: build on linux

This commit is contained in:
Jan
2024-05-01 00:19:21 +02:00
parent 07fa12b7f6
commit c587dae05f
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