gtkprintoperation-win32.c: Fix build
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Jun 2023 10:48:13 +0000 (18:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Jun 2023 10:50:10 +0000 (18:50 +0800)
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.

gtk/print/gtkprintoperation-win32.c

index a68ecfc2b6c7a2bb7eec41a424329ffe3c003fa6..a563953ab78c7ae0b1aa8dd3f44ab1bee0b88f67 100644 (file)
@@ -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