Skip to content

Commit dda70bb

Browse files
committed
added include
1 parent b948c36 commit dda70bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stan/math/prim/prob/weibull_lccdf.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <stan/math/prim/fun/log.hpp>
77
#include <stan/math/prim/fun/size_zero.hpp>
88
#include <stan/math/prim/fun/max_size.hpp>
9+
#include <stan/math/prim/fun/to_ref.hpp>
910
#include <stan/math/prim/fun/value_of.hpp>
1011
#include <stan/math/prim/functor/operands_and_partials.hpp>
1112
#include <cmath>

stan/math/prim/prob/weibull_lpdf.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <stan/math/prim/fun/promote_scalar.hpp>
1010
#include <stan/math/prim/fun/size.hpp>
1111
#include <stan/math/prim/fun/size_zero.hpp>
12+
#include <stan/math/prim/fun/to_ref.hpp>
1213
#include <stan/math/prim/fun/value_of.hpp>
1314
#include <stan/math/prim/functor/operands_and_partials.hpp>
1415
#include <cmath>

0 commit comments

Comments
 (0)