Skip to content

Commit bd11e54

Browse files
committed
Missing headers
1 parent 9872fcf commit bd11e54

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

make/compiler_flags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ endif
196196
CXXFLAGS_OS += -D_REENTRANT
197197

198198
## silence warnings occuring due to the TBB and Eigen libraries
199-
CXXFLAGS_WARNINGS += -Wno-ignored-attributes -Wno-deprecated-declarations
199+
CXXFLAGS_WARNINGS += -Wno-ignored-attributes
200200

201201
################################################################################
202202
# Setup OpenCL

stan/math/prim/prob/bernoulli_lccdf.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <stan/math/prim/meta.hpp>
55
#include <stan/math/prim/err.hpp>
66
#include <stan/math/prim/fun/any.hpp>
7+
#include <stan/math/prim/fun/constants.hpp>
78
#include <stan/math/prim/fun/inv.hpp>
89
#include <stan/math/prim/fun/log.hpp>
910
#include <stan/math/prim/fun/select.hpp>

stan/math/prim/prob/bernoulli_lcdf.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <stan/math/prim/meta.hpp>
55
#include <stan/math/prim/err.hpp>
66
#include <stan/math/prim/fun/any.hpp>
7+
#include <stan/math/prim/fun/constants.hpp>
78
#include <stan/math/prim/fun/select.hpp>
89
#include <stan/math/prim/fun/size_zero.hpp>
910
#include <stan/math/prim/functor/partials_propagator.hpp>

0 commit comments

Comments
 (0)