mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
maybe this will work
This commit is contained in:
parent
7cb02c9d57
commit
89723cf24c
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue