X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Forder-stats.h;h=f3e470e652c32ad0020e38a88bcb4bfbf45bdc24;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=cea50ed80d14b34976beccc3055d656fdb8ce2f8;hpb=57250685f977998fbfcb495f53e61c64026fe43e;p=pspp-builds.git diff --git a/src/math/order-stats.h b/src/math/order-stats.h index cea50ed8..f3e470e6 100644 --- a/src/math/order-stats.h +++ b/src/math/order-stats.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2008 Free Software Foundation, Inc. + Copyright (C) 2004, 2008, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,8 @@ #define __ORDER_STATS_H__ #include -#include +#include "data/missing-values.h" +#include "math/statistic.h" struct casereader; struct variable;