Updated fmt bundled files

This commit is contained in:
gabime
2025-05-08 18:06:13 +03:00
parent ebf72d7d3e
commit 14ab43ec0b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@@ -21,10 +21,10 @@
#define FMT_USE_WINDOWS_H 0
#endif
#include <spdlog/fmt/bundled/core.h>
#include <spdlog/fmt/bundled/base.h>
#include <spdlog/fmt/bundled/format.h>
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/base.h>
#include <fmt/format.h>
#endif