mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-05 04:06:46 +08:00
Update file_sinks.h
Fixed missing #pragma once
This commit is contained in:
parent
8c55ee1a55
commit
bb32fa1802
@ -3,6 +3,8 @@
|
|||||||
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include "base_sink.h"
|
#include "base_sink.h"
|
||||||
#include "../details/null_mutex.h"
|
#include "../details/null_mutex.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user