From 734ee0f6352fdb6077c142d90f191c11c32f98d2 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 26 Jun 2022 21:57:43 -0400 Subject: Alias filesystem library to allow for xp usage MacOS 10.14 still uses experimental/filesystem which is what we're currently targetting. If I can get my hands on a 10.15+ we can test that out --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 51722dd..c8d7b2d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,16 +34,12 @@ #include "resources/Resources.h" #ifdef __linux__ #include "resources/linux/LinuxResources.h" -#include #endif // __linux__ #ifdef _WIN32 #include "resources/windows/WindowsResources.h" -#include #endif // _WIN32 #ifdef __APPLE__ #include "resources/macos/MacResources.h" -#include -namespace std::filesystem = std::experimental::filesystem; #endif // __APPLE__ #include #include -- cgit v1.2.3-54-g00ecf