Skip to content

Commit ae0fad9

Browse files
authored
Merge pull request #1712 from stan-dev/bugfix/failing_develop
fix develop
2 parents dde9b47 + 0034f24 commit ae0fad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/fwd/fun/quad_form.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define STAN_MATH_FWD_FUN_QUAD_FORM_HPP
33

44
#include <stan/math/fwd/core.hpp>
5-
#include <stan/math/fwd/fun/dot_product.hpp>
65
#include <stan/math/fwd/fun/multiply.hpp>
6+
#include <stan/math/prim/fun/dot_product.hpp>
77

88
namespace stan {
99
namespace math {

0 commit comments

Comments
 (0)