Fix windows compile

pull/3285/head
gabime 9 months ago
parent 77d6215483
commit 2b536ddd67

@ -6,7 +6,7 @@
#endif
// clang-format off
#include "spdlog/details/windows_include.h"
#include "spdlog/details/windows_include.h" // must be included before fileapi.h etc.
// clang-format on
#include <fileapi.h> // for FlushFileBuffers

Loading…
Cancel
Save