aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
Diffstat (limited to 'methods')
-rw-r--r--methods/gsl_simplex/gsl_simplex.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp
index 5297e7a..232474c 100644
--- a/methods/gsl_simplex/gsl_simplex.hpp
+++ b/methods/gsl_simplex/gsl_simplex.hpp
@@ -12,7 +12,7 @@
#include <cassert>
#include <cmath>
#include <algorithm>
-#include <gsl_multimin.h>
+#include <gsl/gsl_multimin.h>
#include <iostream>