X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fnpar-summary.h;h=a78d1b7e2a22c7241f84b37d74b4fe85100b401d;hb=f790dbda9d498eef9c9c0a49078adbeecf768d56;hp=a8b12797c1c8b6667de481a41c5f05644a6a08d7;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/language/stats/npar-summary.h b/src/language/stats/npar-summary.h index a8b12797c1..a78d1b7e2a 100644 --- a/src/language/stats/npar-summary.h +++ b/src/language/stats/npar-summary.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 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 @@ -17,6 +17,8 @@ #if !n_par_summary_h #define n_par_summary_h 1 +#include "data/missing-values.h" + struct variable ; struct casereader ; struct dictionary;