X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=485f28be7a50eff0dae6f50c1796921d045375a2;hb=6d82ab433f298bcf1f0e6615c801d47b9738701a;hp=71c472d5487c153719740c1ea8a76ed4a8c2bf2f;hpb=ed208cf009043f0bf319a4e919c279d5b1401f36;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 71c472d548..485f28be7a 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -16,6 +16,7 @@ #include "psppire-val-chooser.h" #include "psppire-checkbox-treeview.h" +#include "psppire-dialog-action-aggregate.h" #include "psppire-dialog-action-barchart.h" #include "psppire-dialog-action-binomial.h" #include "psppire-dialog-action-chisquare.h" @@ -72,6 +73,7 @@ preregister_widgets (void) psppire_checkbox_treeview_get_type (); psppire_dialog_action_1sks_get_type (); + psppire_dialog_action_aggregate_get_type (); psppire_dialog_action_binomial_get_type (); psppire_dialog_action_barchart_get_type (); psppire_dialog_action_chisquare_get_type ();