From 007913dfa7f6671e61c5f2bfbaefb2f50218adf9 Mon Sep 17 00:00:00 2001 From: philsmd Date: Tue, 8 Sep 2020 10:35:53 +0200 Subject: [PATCH] UnRAR: Fixed MinGW compile problem --- deps/unrar/os.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/unrar/os.hpp b/deps/unrar/os.hpp index b69f34878..dadec759a 100644 --- a/deps/unrar/os.hpp +++ b/deps/unrar/os.hpp @@ -53,7 +53,7 @@ #include #include #pragma comment(lib, "Shlwapi.lib") -#include +#include #pragma comment(lib, "PowrProf.lib") #include #include