fix: build on linux

This commit is contained in:
Jan 2024-02-29 12:45:37 +01:00
parent 0bb17a33bd
commit a0a420f7f1
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "Game/T6/T6.h" #include "Game/T6/T6.h"
#include "Pool/GlobalAssetPool.h" #include "Pool/GlobalAssetPool.h"
#include <cstring>
#include <format> #include <format>
#include <iostream> #include <iostream>

View File

@ -3,6 +3,7 @@
#include "Game/T6/CommonT6.h" #include "Game/T6/CommonT6.h"
#include "Game/T6/Material/JsonMaterial.h" #include "Game/T6/Material/JsonMaterial.h"
#include <format>
#include <iomanip> #include <iomanip>
#include <iostream> #include <iostream>
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>