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