From e31e962da302618e0a3d8208c0a5785a15b0f4f8 Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Tue, 6 Mar 2018 19:59:00 +0800 Subject: [PATCH] Fix opencl headers includes --- mace/core/tensor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mace/core/tensor.h b/mace/core/tensor.h index f1acb799..b17db100 100644 --- a/mace/core/tensor.h +++ b/mace/core/tensor.h @@ -5,12 +5,12 @@ #ifndef MACE_CORE_TENSOR_H_ #define MACE_CORE_TENSOR_H_ -#include "mace/core/runtime/opencl/cl2.hpp" #include "mace/core/buffer.h" -#include "mace/utils/logging.h" +#include "mace/core/preallocated_pooled_allocator.h" +#include "mace/core/runtime/opencl/cl2_header.h" #include "mace/core/types.h" #include "mace/public/mace.h" -#include "preallocated_pooled_allocator.h" +#include "mace/utils/logging.h" namespace mace { -- GitLab