From 1e37a41366ab5d8942e502144955485756447818 Mon Sep 17 00:00:00 2001 From: tadej Date: Tue, 24 Mar 2020 08:58:58 +0100 Subject: [PATCH] fix cpplint --- stan/math/opencl/kernel_generator/load.hpp | 1 + stan/math/opencl/kernel_generator/multi_result_kernel.hpp | 1 + stan/math/opencl/kernel_generator/operation_cl.hpp | 1 + stan/math/opencl/kernel_generator/operation_cl_lhs.hpp | 1 + 4 files changed, 4 insertions(+) diff --git a/stan/math/opencl/kernel_generator/load.hpp b/stan/math/opencl/kernel_generator/load.hpp index f006ecced92..ae0f7d1eb6d 100644 --- a/stan/math/opencl/kernel_generator/load.hpp +++ b/stan/math/opencl/kernel_generator/load.hpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace stan { namespace math { diff --git a/stan/math/opencl/kernel_generator/multi_result_kernel.hpp b/stan/math/opencl/kernel_generator/multi_result_kernel.hpp index e92a8812293..71a09726b99 100644 --- a/stan/math/opencl/kernel_generator/multi_result_kernel.hpp +++ b/stan/math/opencl/kernel_generator/multi_result_kernel.hpp @@ -13,6 +13,7 @@ #include #include #include +#include namespace stan { namespace math { diff --git a/stan/math/opencl/kernel_generator/operation_cl.hpp b/stan/math/opencl/kernel_generator/operation_cl.hpp index d19624c5029..6138004b8c1 100644 --- a/stan/math/opencl/kernel_generator/operation_cl.hpp +++ b/stan/math/opencl/kernel_generator/operation_cl.hpp @@ -17,6 +17,7 @@ #include #include #include +#include namespace stan { namespace math { diff --git a/stan/math/opencl/kernel_generator/operation_cl_lhs.hpp b/stan/math/opencl/kernel_generator/operation_cl_lhs.hpp index b3fd5f34f70..aacbbcce35e 100644 --- a/stan/math/opencl/kernel_generator/operation_cl_lhs.hpp +++ b/stan/math/opencl/kernel_generator/operation_cl_lhs.hpp @@ -8,6 +8,7 @@ #include #include #include +#include namespace stan { namespace math {