mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Update win_eventlog_sink.h
This commit is contained in:
parent
837fb9b155
commit
9163bbde14
@ -33,15 +33,16 @@ Windows Registry Editor Version 5.00
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <winbase.h>
|
// clang-format off
|
||||||
|
#include "base_sink.h"
|
||||||
|
#include "../details/null_mutex.h"
|
||||||
|
#include "../details/windows_include.h"
|
||||||
|
|
||||||
|
#include <winbase.h>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
// clang-format on
|
||||||
#include "../details/null_mutex.h"
|
|
||||||
#include "../details/windows_include.h"
|
|
||||||
#include "base_sink.h"
|
|
||||||
|
|
||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace sinks {
|
namespace sinks {
|
||||||
|
Loading…
Reference in New Issue
Block a user