From 5a868d46b4997d01e3b43770c2de515e266a728d Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Mon, 27 May 2024 00:06:01 +0100 Subject: [PATCH] Add missing headers when ocl doesn't include them --- src/buffer.c | 1 + src/wrap.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/buffer.c b/src/buffer.c index 001e011..58e33d5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1,4 +1,5 @@ #include +#include #include "ocl.h" #define USE_RINTERNALS 1 diff --git a/src/wrap.c b/src/wrap.c index 7fe9e55..baa3af5 100644 --- a/src/wrap.c +++ b/src/wrap.c @@ -1,4 +1,5 @@ #include "ocl.h" +#include #include #include