X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fboxplot.h;h=e18daa844cd61ed0bfb13b52d7606880c53edca5;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=bd5a7a32379b3b029babb89718b53908851f13eb;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/output/charts/boxplot.h b/src/output/charts/boxplot.h index bd5a7a32..e18daa84 100644 --- a/src/output/charts/boxplot.h +++ b/src/output/charts/boxplot.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2009, 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,7 @@ #define OUTPUT_CHARTS_BOXPLOT_H 1 #include -#include +#include "output/chart-item.h" /* Box-whiskers plot. */ struct boxplot @@ -49,7 +49,7 @@ void boxplot_add_box (struct boxplot *, autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct chart_item_class boxplot_class;