From 0d85f89449461532aa697c4b166b2bafc506ee9f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 15 Feb 2014 17:46:20 +0000 Subject: [PATCH] Add missing using declaration. --- test/test_gamma.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_gamma.hpp b/test/test_gamma.hpp index 26441ff29..d17ff76ce 100644 --- a/test/test_gamma.hpp +++ b/test/test_gamma.hpp @@ -167,6 +167,7 @@ void test_gamma(T, const char* name) template void test_spots(T) { + BOOST_MATH_STD_USING // // basic sanity checks, tolerance is 50 epsilon expressed as a percentage: //