Skip to content

Commit 78c0533

Browse files
committed
Missed using
1 parent 1a28bbc commit 78c0533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/math/rev/functor/finite_diff_hessian_auto_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ struct exp_full {
5656
struct one_arg {
5757
template <typename T>
5858
inline T operator()(const Matrix<T, Dynamic, 1>& x) const {
59+
using stan::math::pow;
5960
return pow(x(0), 3);
6061
}
6162
};

0 commit comments

Comments
 (0)