diff options
Diffstat (limited to 'NorthstarDLL/include/spdlog/fmt/fmt.h')
-rw-r--r-- | NorthstarDLL/include/spdlog/fmt/fmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/include/spdlog/fmt/fmt.h b/NorthstarDLL/include/spdlog/fmt/fmt.h index 746d2f2c..ec10ac33 100644 --- a/NorthstarDLL/include/spdlog/fmt/fmt.h +++ b/NorthstarDLL/include/spdlog/fmt/fmt.h @@ -24,4 +24,4 @@ #else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib #include <fmt/core.h> #include <fmt/format.h> -#endif
\ No newline at end of file +#endif |