Skip to content

Commit d7311e3

Browse files
committed
Hotfix for OpenCLLoader
1 parent 8718081 commit d7311e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

amf/public/samples/CPPSamples/common/OpenCLLoader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
3434
#if !defined(CL_EXT_PREFIX__VERSION_2_0_DEPRECATED)
3535
#define CL_EXT_SUFFIX__VERSION_2_0_DEPRECATED
36+
#define CL_EXT_PREFIX__VERSION_2_0_DEPRECATED
3637
#endif
3738
#include <CL/cl.h>
3839
#include "public/include/core/Result.h"

0 commit comments

Comments
 (0)