mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
move include cassert
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user