From 1e49e7a27d0f4b811a87c64db1e875779766f6b0 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 2 Aug 2017 09:50:18 +0000 Subject: Added section on contributing and coding style and fixed compilation --- src/logistic.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/logistic.cpp') 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 #include #include @@ -7,6 +6,8 @@ #include #include +#include "logistic.h" + // I need to bundle all the data that goes to the function to optimze // together. typedef struct { -- cgit v1.2.3