move include cassert

pull/2656/head
Gabi Melman 3 years ago committed by GitHub
parent 66407f5b48
commit a4d8817745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save