diff options
Diffstat (limited to 'thirdparty/spdlog/fmt/bundled/posix.h')
-rw-r--r-- | thirdparty/spdlog/fmt/bundled/posix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/spdlog/fmt/bundled/posix.h b/thirdparty/spdlog/fmt/bundled/posix.h new file mode 100644 index 00000000..da19e9d5 --- /dev/null +++ b/thirdparty/spdlog/fmt/bundled/posix.h @@ -0,0 +1,2 @@ +#include "os.h" +#warning "fmt/posix.h is deprecated; use fmt/os.h instead" |