Fixed header only build

This commit is contained in:
gabime 2019-04-09 16:42:44 +03:00
parent 215b6aea95
commit c1c6e6265c
1 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,7 @@ struct log_msg
};
} // namespace details
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#include "../../../src/log_msg.cpp"
#endif // SPDLOG_HEADER_ONLY