mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
Include <fmt/format.h> instead of <fmt/base.h>
This commit is contained in:
parent
18045d4643
commit
a7459e49c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
module;
|
module;
|
||||||
|
|
||||||
#include <version>
|
#include <version>
|
||||||
#if __has_include(<fmt/base.h>)
|
#if __has_include(<fmt/format.h>)
|
||||||
#include <fmt/base.h>
|
#include <fmt/format.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef MAGIC_ENUM_USE_STD_MODULE
|
#ifndef MAGIC_ENUM_USE_STD_MODULE
|
||||||
#include <magic_enum/magic_enum_all.hpp>
|
#include <magic_enum/magic_enum_all.hpp>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue