From e895ccdaee364165c962a667f67b7638c0d54466 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 23 Jan 2023 19:13:34 +0100 Subject: [PATCH] an attempt to fix the compilation on Windows --- src/runtime/c/pgf/db.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/c/pgf/db.cxx b/src/runtime/c/pgf/db.cxx index bea7397e1..92f48c001 100644 --- a/src/runtime/c/pgf/db.cxx +++ b/src/runtime/c/pgf/db.cxx @@ -16,6 +16,8 @@ #else +#include + static size_t getpagesize() {