From 0413314ae43b01516739062de0fe12e8c1bbfb42 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 22 Mar 2019 15:44:21 +0100 Subject: [PATCH] Fix missing include in amp_a0 --- OpenCL/amp_a0.cl | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenCL/amp_a0.cl b/OpenCL/amp_a0.cl index 187bf8c3c..bc7a0687e 100644 --- a/OpenCL/amp_a0.cl +++ b/OpenCL/amp_a0.cl @@ -6,6 +6,7 @@ #ifdef KERNEL_STATIC #include "inc_vendor.h" #include "inc_types.h" +#include "inc_common.cl" #include "inc_rp.h" #include "inc_rp.cl" #endif