From: Chun-wei Fan Date: Thu, 15 Jun 2023 10:48:13 +0000 (+0800) Subject: gtkprintoperation-win32.c: Fix build X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~138^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abe5eda0f09e1925d29f8b9c2b131f0c7abb082b;p=gtk4.git gtkprintoperation-win32.c: Fix build Include the needed headers so that we don't break the build with C4013 warnings, which are treated as errors if msvc_recommended_pragmas.h is found during build configuration. --- diff --git a/gtk/print/gtkprintoperation-win32.c b/gtk/print/gtkprintoperation-win32.c index a68ecfc2b6..a563953ab7 100644 --- a/gtk/print/gtkprintoperation-win32.c +++ b/gtk/print/gtkprintoperation-win32.c @@ -44,6 +44,8 @@ #include "gtkprintoperation-private.h" #include "gtkprint-win32.h" +#include "gtkprivate.h" +#include "gdkprivate.h" #include "win32/gdkprivate-win32.h" #define MAX_PAGE_RANGES 20