fix build error

add `shlwapi.lib` comment
This commit is contained in:
CallowBlack 2022-06-22 01:20:58 +03:00
parent f99c8f0dad
commit c396f3cec3

View File

@ -12,6 +12,7 @@
#include <regex> #include <regex>
#include <imgui_internal.h> #include <imgui_internal.h>
#include "shlwapi.h" #include "shlwapi.h"
#pragma comment(lib, "shlwapi.lib")
namespace cheat::feature namespace cheat::feature
{ {