1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-17 19:49:53 +08:00

Merge pull request #447 from eliaskosunen/master

Fix OSX builds of details/os.h
This commit is contained in:
Gabi Melman 2017-05-17 22:05:47 +03:00 committed by GitHub
commit bf3a415b1d

View File

@ -13,8 +13,8 @@
#include <chrono>
#include <thread>
#include <algorithm>
#include <stdio.h>
#include <string.h>
#include <cstring>
#include <cstdlib>
#include <sys/stat.h>
#include <sys/types.h>