static lib wip

This commit is contained in:
gabime
2019-04-05 16:57:49 +03:00
parent e2e3df9013
commit 156b856a80
4 changed files with 6 additions and 18 deletions

View File

@@ -4,19 +4,7 @@
//
#pragma once
#include "../common.h"
#include <algorithm>
#include <chrono>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <functional>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include <thread>
#include "spdlog/common.h"
namespace spdlog {
namespace details {