From c369412f70f42e7fece4a7a9c918a947044e15b9 Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 25 Feb 2024 09:30:53 +0100 Subject: [PATCH] fix(mingw): Version upgrade caused this to error HRESULT not defined fixed by including windows header --- src/main/hook/com-proxy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/hook/com-proxy.h b/src/main/hook/com-proxy.h index 94671b7..71d2953 100644 --- a/src/main/hook/com-proxy.h +++ b/src/main/hook/com-proxy.h @@ -1,5 +1,7 @@ #pragma once +#include + #include #include