histogram: Add missing #include.
[pspp] / src / math / histogram.c
index 51916a3d8baef7649f1920d6c2635c90a36824a1..b00067210f08676736d589660c9eb85f75216831 100644 (file)
@@ -21,6 +21,7 @@
 #include <gsl/gsl_histogram.h>
 #include <math.h>
 
+#include "data/settings.h"
 #include "libpspp/message.h"
 #include "libpspp/assertion.h"
 #include "libpspp/cast.h"