Fix include order for winsock2

This commit is contained in:
Tixx
2026-01-24 20:34:47 +01:00
parent 7d00d489e4
commit b1c3b978ff
2 changed files with 2 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
#include <filesystem>
#include "Utils.h"
#if defined(_WIN32)
#include <shlobj_core.h>
#elif defined(__linux__)
@@ -15,8 +16,6 @@
#include <vector>
#endif
#include "Logger.h"
#include "Utils.h"
#include <fstream>
#include <string>
#include <thread>