Commit d356de36 authored by Daniel Lee's avatar Daniel Lee
Browse files

flatten: prim/meta/append_return_type.hpp

parent abab7e80
No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
......@@ -8,7 +8,8 @@
#include <stan/math/prim/meta/length.hpp>
#include <stan/math/prim/mat/meta/append_return_type.hpp>
#include <stan/math/prim/meta/append_return_type.hpp>
#include <stan/math/prim/mat/meta/as_array_or_scalar.hpp>
#include <stan/math/prim/mat/meta/as_column_vector_or_scalar.hpp>
#include <stan/math/prim/mat/meta/as_scalar.hpp>
......
#ifndef STAN_MATH_PRIM_MAT_META_APPEND_RETURN_TYPE_HPP
#define STAN_MATH_PRIM_MAT_META_APPEND_RETURN_TYPE_HPP
#ifndef STAN_MATH_PRIM_META_APPEND_RETURN_TYPE_HPP
#define STAN_MATH_PRIM_META_APPEND_RETURN_TYPE_HPP
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/scal/meta/return_type.hpp>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment