Fix GCC 4.3 warnings about parameters of incomplete type.
[pspp-builds.git] / src / data / settings.h
index e39a63a0fefc766546362d7e1bb412454539f10f..2f2bbe99b46edd2ad28e5bebb75015581b3267f9 100644 (file)
@@ -19,6 +19,9 @@
 
 #include <stdbool.h>
 #include <stddef.h>
+#include <data/format.h>
+#include <libpspp/float-format.h>
+#include <libpspp/integer-format.h>
 
 struct settings;