diff --git a/example/example.cpp b/example/example.cpp index 092eb1af..2f27d4a8 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -22,7 +22,7 @@ void syslog_example(); void custom_flags_example(); #include "spdlog/spdlog.h" -#include "spdlog/cfg/env.h" // for loading levels from the environment variable +#include "spdlog/cfg/env.h" // support for loading levels from the environment variable int main(int, char *[]) {