1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00

Linux build fixes

This commit is contained in:
2025-01-23 19:00:16 +11:00
parent 224e1e53e9
commit 5937455000
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
#include <filesystem>
#include <iomanip>
#include <iostream>
#include <algorithm>
ArgParse::ArgParser::ArgParser(

View File

@@ -6,6 +6,7 @@
#include <string>
#include <string_view>
#include <cstdint>
// Cut leading & trailing whitespace (including newlines)
[[nodiscard]] const std::string_view TrimWhitespace(const std::string_view str);