diff --git a/include/spdlog/common.h b/include/spdlog/common.h index f81ea483..a3554c63 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -52,6 +52,7 @@ # endif # else # define SPDLOG_FMT_RUNTIME(format_string) format_string +# define SPDLOG_FMT_STRING(format_string) format_string # endif #endif