mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
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.
This commit is contained in:
parent
fa98e2baf3
commit
abe5eda0f0
@ -44,6 +44,8 @@
|
|||||||
|
|
||||||
#include "gtkprintoperation-private.h"
|
#include "gtkprintoperation-private.h"
|
||||||
#include "gtkprint-win32.h"
|
#include "gtkprint-win32.h"
|
||||||
|
#include "gtkprivate.h"
|
||||||
|
#include "gdkprivate.h"
|
||||||
#include "win32/gdkprivate-win32.h"
|
#include "win32/gdkprivate-win32.h"
|
||||||
|
|
||||||
#define MAX_PAGE_RANGES 20
|
#define MAX_PAGE_RANGES 20
|
||||||
|
Loading…
Reference in New Issue
Block a user