From b4944d749b4be925ac18121e83133754eb187b5b Mon Sep 17 00:00:00 2001 From: scheffle Date: Thu, 13 Apr 2023 12:48:03 +0200 Subject: [PATCH] add std utility include to fix #290 --- vstgui/lib/vstguibase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vstgui/lib/vstguibase.h b/vstgui/lib/vstguibase.h index de811408a..f8da23518 100644 --- a/vstgui/lib/vstguibase.h +++ b/vstgui/lib/vstguibase.h @@ -139,6 +139,7 @@ #endif #include +#include #ifdef UNICODE #undef UNICODE