Skip to content

Commit 79c2d7c

Browse files
authored
Merge pull request #792 from stan-dev/fix-include-flatten-prim
Fix includes for Stan Math /prim flatten
2 parents 882076d + 54da5ef commit 79c2d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmdstan/command.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <stan/services/experimental/advi/fullrank.hpp>
4141
#include <stan/services/experimental/advi/meanfield.hpp>
4242
#include <stan/math/opencl/opencl_context.hpp>
43-
#include <stan/math/prim/mat/fun/Eigen.hpp>
43+
#include <stan/math/prim/fun/Eigen.hpp>
4444
#include <boost/date_time/posix_time/posix_time_types.hpp>
4545
#include <fstream>
4646
#include <sstream>

src/test/interface/mpi_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <cmdstan/command.hpp>
44
#include <gtest/gtest.h>
5-
#include <stan/math/prim/arr.hpp>
5+
#include <stan/math/prim.hpp>
66
#include <test/test-models/proper.hpp>
77

88
TEST(StanUiCommand, mpi_ready) {

0 commit comments

Comments
 (0)