From c78639f0946d706bf04143c1796478b41bc67d7d Mon Sep 17 00:00:00 2001 From: icex2 Date: Fri, 23 Feb 2024 18:53:51 +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