Fix windows compile (clang-format ordering(

This commit is contained in:
gabime 2024-11-29 14:30:14 +02:00
parent 7c6f737990
commit 9fea0e5fa8

View File

@ -78,8 +78,11 @@ TEST_CASE("dir_name", "[create_dir]") {
//
// test windows cases when drive letter is given e.g. C:\\some-folder
//
#include <fileapi.h>
// clang-format off
#include <windows.h>
#include <fileapi.h>
// clang-format on
std::string get_full_path(const std::string &relative_folder_path) {
char full_path[MAX_PATH];