diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/logistic.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logistic.cpp b/src/logistic.cpp index 2308de7..2dd0402 100644 --- a/src/logistic.cpp +++ b/src/logistic.cpp @@ -1,4 +1,3 @@ -#include "logistic.h" #include <gsl/gsl_linalg.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_multimin.h> @@ -7,6 +6,8 @@ #include <math.h> #include <stdio.h> +#include "logistic.h" + // I need to bundle all the data that goes to the function to optimze // together. typedef struct { |