Skip to content

Commit 314398e

Browse files
committed
Missing grad header
1 parent 838a176 commit 314398e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/fun/grad_reg_inc_beta.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define STAN_MATH_PRIM_FUN_GRAD_REG_INC_BETA_HPP
33

44
#include <stan/math/prim/meta.hpp>
5-
#include <stan/math/prim/fun/beta.hpp>
65
#include <stan/math/prim/fun/inc_beta.hpp>
6+
#include <stan/math/prim/fun/grad_2F1.hpp>
77
#include <cmath>
88

99
namespace stan {

0 commit comments

Comments
 (0)