diff options
Diffstat (limited to 'src/wolff_On.cpp')
-rw-r--r-- | src/wolff_On.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wolff_On.cpp b/src/wolff_On.cpp index 9f95f4a..ea80a28 100644 --- a/src/wolff_On.cpp +++ b/src/wolff_On.cpp @@ -1,14 +1,19 @@ #include <getopt.h> +#include <stdio.h> #ifdef HAVE_GLUT #include <GL/glut.h> #endif +#include <vector.h> +#include <orthogonal.h> + #include <wolff.h> #include <correlation.h> #include <measure.h> #include <colors.h> +#include <rand.h> typedef orthogonal_t <N_COMP, double> orthogonal_R_t; typedef vector_t <N_COMP, double> vector_R_t; |