X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Froc-chart.h;h=309ac38e987a432c67454b0e6c2996b9cd725a54;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=a995f9302d4f3f4d3d39feefb2045a01ba62a3fe;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/output/charts/roc-chart.h b/src/output/charts/roc-chart.h index a995f930..309ac38e 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;