Skip to content

Commit

Permalink
fix cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
t4c1 committed Mar 24, 2020
1 parent b99a19d commit 1e37a41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions stan/math/opencl/kernel_generator/load.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <string>
#include <utility>
#include <set>
#include <vector>

namespace stan {
namespace math {
Expand Down
1 change: 1 addition & 0 deletions stan/math/opencl/kernel_generator/multi_result_kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <tuple>
#include <utility>
#include <set>
#include <vector>

namespace stan {
namespace math {
Expand Down
1 change: 1 addition & 0 deletions stan/math/opencl/kernel_generator/operation_cl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <set>
#include <array>
#include <numeric>
#include <vector>

namespace stan {
namespace math {
Expand Down
1 change: 1 addition & 0 deletions stan/math/opencl/kernel_generator/operation_cl_lhs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <set>
#include <array>
#include <numeric>
#include <vector>

namespace stan {
namespace math {
Expand Down

0 comments on commit 1e37a41

Please sign in to comment.