From 9ce8743ff277850d3991642df0ed72c93e0482b0 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 22 Dec 2022 16:28:01 +0100 Subject: [PATCH] Gui: include header for QPrinter --- src/Gui/PythonWrapper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/PythonWrapper.cpp b/src/Gui/PythonWrapper.cpp index 3fcbf2d121..da1e5614a4 100644 --- a/src/Gui/PythonWrapper.cpp +++ b/src/Gui/PythonWrapper.cpp @@ -28,6 +28,7 @@ # include # include # include +# include # include #endif