Skip to content

Commit 9585e15

Browse files
committed
header fix
1 parent 91027d9 commit 9585e15

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

stan/math/mix.hpp

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,20 @@
99
#include <stan/math/mix/fun.hpp>
1010
#include <stan/math/mix/functor.hpp>
1111

12+
#include <stan/math/rev/constraint.hpp>
13+
#include <stan/math/rev/core.hpp>
14+
#include <stan/math/rev/meta.hpp>
15+
#include <stan/math/rev/fun.hpp>
16+
#include <stan/math/rev/functor.hpp>
17+
#include <stan/math/rev/prob.hpp>
18+
1219
#include <stan/math/fwd/constraint.hpp>
1320
#include <stan/math/fwd/core.hpp>
1421
#include <stan/math/fwd/meta.hpp>
1522
#include <stan/math/fwd/fun.hpp>
1623
#include <stan/math/fwd/functor.hpp>
1724
#include <stan/math/fwd/prob.hpp>
1825

19-
#include <stan/math/rev/constraint.hpp>
20-
#include <stan/math/rev/core.hpp>
21-
#include <stan/math/rev/meta.hpp>
22-
#include <stan/math/rev/fun.hpp>
23-
#include <stan/math/rev/functor.hpp>
24-
#include <stan/math/rev/prob.hpp>
2526

2627
#ifdef STAN_OPENCL
2728
#include <stan/math/opencl/rev.hpp>

0 commit comments

Comments
 (0)