Fixed issue #449

This commit is contained in:
gabime
2017-05-21 20:39:54 +03:00
parent c6ad598af9
commit 13fb2550c6
8 changed files with 18 additions and 18 deletions

View File

@@ -143,7 +143,7 @@ struct my_type
}
};
#include <spdlog/fmt/ostr.h> // must be included
#include "spdlog/fmt/ostr.h" // must be included
void user_defined_example()
{
spd::get("console")->info("user defined type: {}", my_type { 14 });