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:
@@ -7,6 +7,7 @@
|
||||
#include <filesystem>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
ArgParse::ArgParser::ArgParser(
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user