Skip to content

Commit

Permalink
Merge #2838
Browse files Browse the repository at this point in the history
2838: Added missing include for ```std::abs``` r=KaiSzuttor a=KaiSzuttor




Co-authored-by: Kai Szuttor <2150555+kaiszuttor@users.noreply.github.com>
  • Loading branch information
bors[bot] and KaiSzuttor committed May 15, 2019
2 parents 3e55eec + 631d2cc commit a8d4f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/tests/make_lin_space_test.cpp
Expand Up @@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOST_TEST_MODULE make_lin_space test #define BOOST_TEST_MODULE make_lin_space test
#define BOOST_TEST_DYN_LINK #define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp> #include <boost/test/unit_test.hpp>
#include <cmath>


#include <utils/math/make_lin_space.hpp> #include <utils/math/make_lin_space.hpp>


Expand Down

0 comments on commit a8d4f5f

Please sign in to comment.