From 74325695780dc48b7ccbc22b4e90ba6dd93533e0 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Thu, 26 Jan 2023 00:04:11 +0100 Subject: [PATCH] include for MSVC --- src/runtime/c/pgf/db.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime/c/pgf/db.cxx b/src/runtime/c/pgf/db.cxx index ada843340..cf9584c62 100644 --- a/src/runtime/c/pgf/db.cxx +++ b/src/runtime/c/pgf/db.cxx @@ -14,6 +14,10 @@ #include #include +#if defined(_MSC_VER) +#include +#endif + #else #include