mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 23:49:03 +08:00
added includes to common.h
This commit is contained in:
parent
9f34c58b3e
commit
b74b28f5c6
@ -24,8 +24,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <initializer_list>
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
|
||||
//visual studio does not support noexcept yet
|
||||
#ifndef _MSC_VER
|
||||
|
@ -28,8 +28,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "logger.h"
|
||||
|
||||
|
||||
|
||||
namespace spdlog
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user