Skip to content

Commit

Permalink
chore: fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Nov 14, 2024
1 parent 0f2482f commit f0a2048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Linker/LinkerPaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <cassert>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <format>
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/ObjLoading/SearchPath/IWD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#include "ObjLoading.h"
#include "Utils/FileToZlibWrapper.h"

#include <algorithm>
#include <cassert>
#include <filesystem>
#include <format>
#include <fstream>
#include <map>
#include <memory>
Expand Down
1 change: 1 addition & 0 deletions src/Unlinker/UnlinkerPaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "Utils/StringUtils.h"

#include <filesystem>
#include <format>
#include <iostream>

namespace fs = std::filesystem;
Expand Down

0 comments on commit f0a2048

Please sign in to comment.