diff options
Diffstat (limited to 'vcl/unx/gtk/inc')
-rw-r--r-- | vcl/unx/gtk/inc/gtkprintwrapper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/inc/gtkprintwrapper.hxx b/vcl/unx/gtk/inc/gtkprintwrapper.hxx index 84574306f11f..3341d53e31fd 100644 --- a/vcl/unx/gtk/inc/gtkprintwrapper.hxx +++ b/vcl/unx/gtk/inc/gtkprintwrapper.hxx @@ -38,7 +38,9 @@ #if GTK_CHECK_VERSION(2,14,0) #include <gtk/gtkunixprint.h> #else +#include <gtk/gtkprintjob.h> #include <gtk/gtkpagesetupunixdialog.h> +#include <gtk/gtkprintunixdialog.h> #endif #if !GTK_CHECK_VERSION(3,0,0) |