This commit is contained in:
gabime 2019-03-24 01:44:40 +02:00
parent eba37e8fbe
commit f74d3e7e94
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#pragma once
// lite logger - a lite wrapper around spdlog::logger shared_ptr pimpl
// main purpose is much faster compile time and very cheap copy and move.
// also supports printf format for even faster compile times (by avoiding variadic templates)
#include <memory>
#include <string>
#include "spdlog/fmt/fmt.h"