move include cassert

This commit is contained in:
Gabi Melman 2023-02-25 17:30:39 +02:00 committed by GitHub
parent 66407f5b48
commit a4d8817745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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