Update os.h

This commit is contained in:
Gabi Melman 2019-05-11 03:05:22 +03:00 committed by GitHub
parent 17bec5c3ce
commit 14381fe8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#pragma once
#include "spdlog/common.h"
#include <ctime> // std::time_t
namespace spdlog {
namespace details {