added missing header
This commit is contained in:
parent
11e068d7a3
commit
b9fac2b179
12
include/spdlog/sinks/color_sinks.h
Normal file
12
include/spdlog/sinks/color_sinks.h
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// Copyright(c) 2015 Gabi Melman.
|
||||
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "wincolor_sink.h"
|
||||
#else
|
||||
#include "ansicolor_sink.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user