From 7f5c04be930827c86f8ad4468070412905b5a69b Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sun, 4 Oct 2020 08:29:48 +0200 Subject: [PATCH] Fixup for building --- src/special_math.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/special_math.hpp b/src/special_math.hpp index ccff170..19e1414 100644 --- a/src/special_math.hpp +++ b/src/special_math.hpp @@ -9,7 +9,7 @@ #ifndef __COSMOTOOL_SPECIAL_MATH_HPP #define __COSMOTOOL_SPECIAL_MATH_HPP -#include +#include "algo.hpp" #include #include #include @@ -228,4 +228,4 @@ template T log_modified_bessel_first_kind(T const v, T const z) { } // namespace CosmoTool -#endif \ No newline at end of file +#endif