Fixup for building

This commit is contained in:
Guilhem Lavaux 2020-10-04 08:29:48 +02:00
parent 1ea268f654
commit 7f5c04be93

View File

@ -9,7 +9,7 @@
#ifndef __COSMOTOOL_SPECIAL_MATH_HPP
#define __COSMOTOOL_SPECIAL_MATH_HPP
#include <CosmoTool/algo.hpp>
#include "algo.hpp"
#include <boost/math/constants/constants.hpp>
#include <boost/math/tools/rational.hpp>
#include <cmath>
@ -228,4 +228,4 @@ template <typename T> T log_modified_bessel_first_kind(T const v, T const z) {
} // namespace CosmoTool
#endif
#endif