From fd97c766871bfb7e5d5e37aae401d9388a0c4318 Mon Sep 17 00:00:00 2001 From: Erich Date: Wed, 28 Aug 2024 01:50:44 +0800 Subject: [PATCH] test --- src/Shared/Win32Utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Shared/Win32Utils.h b/src/Shared/Win32Utils.h index b68f0ada..be3dc08a 100644 --- a/src/Shared/Win32Utils.h +++ b/src/Shared/Win32Utils.h @@ -1,5 +1,6 @@ #pragma once #include "Version.h" +#include struct Win32Utils { static SIZE GetSizeOfRect(const RECT& rect) noexcept {