mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
move include cassert
This commit is contained in:
parent
66407f5b48
commit
a4d8817745
@ -18,7 +18,6 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -35,6 +34,7 @@
|
||||
|
||||
# if defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT) || defined(SPDLOG_WCHAR_FILENAMES)
|
||||
# include <limits>
|
||||
# include <cassert>
|
||||
# endif
|
||||
|
||||
# include <direct.h> // for _mkdir/_wmkdir
|
||||
|
Loading…
Reference in New Issue
Block a user