diff --git a/include/spdlog/sinks/file_sinks.h b/include/spdlog/sinks/file_sinks.h index 006a5631..136f63e2 100644 --- a/include/spdlog/sinks/file_sinks.h +++ b/include/spdlog/sinks/file_sinks.h @@ -3,6 +3,8 @@ // Distributed under the MIT License (http://opensource.org/licenses/MIT) // +#pragma once + #include #include "base_sink.h" #include "../details/null_mutex.h"