maybe this will work

This commit is contained in:
mat 2024-01-29 09:17:51 -03:00 committed by GitHub
parent 7cb02c9d57
commit 89723cf24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,14 @@
#pragma once
#include "Types.hpp"
#include "../utils/Result.hpp"
#include "../platform/cplatform.h"
// yet another macos std::filesystem L
#ifdef GEODE_IS_MACOS
#define FMT_CPP_LIB_FILESYSTEM 0
#endif
#include <Geode/DefaultInclude.hpp>
#include <Geode/utils/ranges.hpp>
#include <ccTypes.h>
#include <chrono>
#include <ghc/fs_fwd.hpp>
@ -12,10 +16,6 @@
#include <fmt/core.h>
// for formatting std::vector and such
#include <fmt/ranges.h>
// yet another macos std::filesystem L
#ifdef GEODE_IS_MACOS
#define FMT_CPP_LIB_FILESYSTEM 0
#endif
// for std::optional
#include <fmt/std.h>