Update example.cpp

This commit is contained in:
Gabi Melman 2018-07-07 15:03:34 +03:00 committed by GitHub
parent 9dc44c39e7
commit 745b9e32ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ int main(int, char *[])
} }
} }
#include "spdlog/sinks/stdout_sinks.h" // or "/sinks/stdout_sinks.h" if no colors needed #include "spdlog/sinks/stdout_color_sinks.h" // or "/sinks/stdout_sinks.h" if no colors needed
void stdout_example() void stdout_example()
{ {