From 76c29c73d67f297280394c8adfbcb15a26249830 Mon Sep 17 00:00:00 2001 From: FakeMichau <49685661+FakeMichau@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:44:55 +0200 Subject: [PATCH] Fix building on mingw --- OptiScaler/nvapi/fakenvapi/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/nvapi/fakenvapi/util.h b/OptiScaler/nvapi/fakenvapi/util.h index d0394dbe..4cab9e8f 100755 --- a/OptiScaler/nvapi/fakenvapi/util.h +++ b/OptiScaler/nvapi/fakenvapi/util.h @@ -5,7 +5,7 @@ #include #include #define WIN32_LEAN_AND_MEAN -#include +#include void tonvss(NvAPI_ShortString nvss, std::string str); int get_config(const wchar_t* section, const wchar_t* key, int default_value);