regression_trns_proc accepts an int as the third arg
[pspp] / src / language / stats / rank.q
index dc0b9ddd8969276097569a7015a7da8f2192f0b0..67e182a01129a7c9fc6c922f84dddcd56d472cc1 100644 (file)
@@ -20,11 +20,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
 #include <config.h>
 #include <language/command.h>
+#include <language/stats/sort-criteria.h>
 #include <libpspp/compiler.h>
 #include <data/dictionary.h>
 #include <math/sort.h>
 #include <data/variable.h>
 
+#include "sort-criteria.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)