mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 02:30:44 +00:00
Fix includes for linux build
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <filesystem>
|
||||
#if defined(_WIN32)
|
||||
#include <shlobj_core.h>
|
||||
#elif defined(__linux__)
|
||||
#include "vdf_parser.hpp"
|
||||
#include <pwd.h>
|
||||
@@ -17,7 +18,6 @@
|
||||
#include "Utils.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <shlobj_core.h>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user