From 3d564946524647fd572ba674994f730a4efd48d3 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 28 Apr 2024 22:22:24 -0400 Subject: [PATCH] Add weirdly missing header for msvc --- common/pgm_base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 41c7b13992..46ee0ec926 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include