X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=9d97dd3e678fdb97ed2590afc6b80891499630b5;hb=8a8f2ec2ef0054d16a76a752c79b7968c590c166;hp=da5935cb7b7c528d77ce87b7efc93749ae4d60b3;hpb=8fc40a26bebdae2b3e8870c42d2baa77680c3d36;p=pspp-builds.git diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index da5935cb..9d97dd3e 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -16,6 +16,7 @@ #include "psppire-dialog-action-correlation.h" #include "psppire-dialog-action-descriptives.h" #include "psppire-dialog-action-kmeans.h" +#include "psppire-dialog-action-roc.h" #include "psppire-dialog-action-var-info.h" @@ -39,4 +40,5 @@ preregister_widgets (void) psppire_dialog_action_descriptives_get_type (); psppire_dialog_action_kmeans_get_type (); psppire_dialog_action_var_info_get_type (); + psppire_dialog_action_roc_get_type (); }