1*6fee86a4SJeremy Kemp // 2*6fee86a4SJeremy Kemp // Copyright (c) 2020 The Khronos Group Inc. 3*6fee86a4SJeremy Kemp // 4*6fee86a4SJeremy Kemp // Licensed under the Apache License, Version 2.0 (the "License"); 5*6fee86a4SJeremy Kemp // you may not use this file except in compliance with the License. 6*6fee86a4SJeremy Kemp // You may obtain a copy of the License at 7*6fee86a4SJeremy Kemp // 8*6fee86a4SJeremy Kemp // http://www.apache.org/licenses/LICENSE-2.0 9*6fee86a4SJeremy Kemp // 10*6fee86a4SJeremy Kemp // Unless required by applicable law or agreed to in writing, software 11*6fee86a4SJeremy Kemp // distributed under the License is distributed on an "AS IS" BASIS, 12*6fee86a4SJeremy Kemp // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*6fee86a4SJeremy Kemp // See the License for the specific language governing permissions and 14*6fee86a4SJeremy Kemp // limitations under the License. 15*6fee86a4SJeremy Kemp // 16*6fee86a4SJeremy Kemp 17*6fee86a4SJeremy Kemp #include <CL/opencl.hpp> 18*6fee86a4SJeremy Kemp #pragma message("cl2.hpp has been renamed to opencl.hpp to make it clear that it supports all versions of OpenCL. Please include opencl.hpp directly.") 19