diff --git a/example/example.cpp b/example/example.cpp index 757f6756..872ffdf2 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -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() {