From c73b9a7759c7fc026062d9e8132a4943bfdafd7d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jan 2006 22:39:14 +0000 Subject: Add GtkAssistant, a widget to construct multi-step wizards. (#115348, 2006-01-18 Matthias Clasen * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to construct multi-step wizards. (#115348, Martyn Russell, Matthias Clasen, Carlos Garnacho Parro) * gtk/gtk.symbols: * gtk/Makefile.am: * gtk/gtk.h: Necessary glue. --- gtk/gtk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/gtk.h') diff --git a/gtk/gtk.h b/gtk/gtk.h index 875ef47648..ec1bf6061a 100644 --- a/gtk/gtk.h +++ b/gtk/gtk.h @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1