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

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()
{