X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Froc-chart.h;h=309ac38e987a432c67454b0e6c2996b9cd725a54;hb=300d3db698d3ac82a0a302a91ee62bcaad6337b6;hp=a995f9302d4f3f4d3d39feefb2045a01ba62a3fe;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/output/charts/roc-chart.h b/src/output/charts/roc-chart.h index a995f9302d..309ac38e98 100644 --- a/src/output/charts/roc-chart.h +++ b/src/output/charts/roc-chart.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 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 @@ -19,7 +19,7 @@ #include #include -#include +#include "output/chart-item.h" struct roc_chart { @@ -44,7 +44,7 @@ void roc_chart_add_var (struct roc_chart *, const char *var_name, autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct chart_item_class roc_chart_class;