From bb32fa1802e35ec9b1e6047d667c474ad2949d9c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 29 Nov 2015 16:14:15 +0200 Subject: [PATCH] Update file_sinks.h Fixed missing #pragma once --- include/spdlog/sinks/file_sinks.h | 2 ++ 1 file changed, 2 insertions(+) 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"