From fdd21d0ebace093e0b17de53ae72a0956456dd78 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 30 Apr 2023 16:15:11 +0800 Subject: [PATCH] add missing include --- ggml-opencl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml-opencl.c b/ggml-opencl.c index 90ebe4867..d06c2566e 100644 --- a/ggml-opencl.c +++ b/ggml-opencl.c @@ -5,6 +5,7 @@ #include #include +#include #include "ggml.h"