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:
Chun-wei Fan 2023-06-15 18:48:13 +08:00
parent fa98e2baf3
commit abe5eda0f0

View 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