aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/fill_border.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/cl_kernels/fill_border.cl')
-rw-r--r--src/core/CL/cl_kernels/fill_border.cl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CL/cl_kernels/fill_border.cl b/src/core/CL/cl_kernels/fill_border.cl
index 5fbe3ea070..f511613a37 100644
--- a/src/core/CL/cl_kernels/fill_border.cl
+++ b/src/core/CL/cl_kernels/fill_border.cl
@@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "fixed_point.h"
#include "helpers.h"
/** Fill N pixel of the padding edge of a single channel image by replicating the closest valid pixel.