From 04d7b272d65f19e65ec271e6f3442c758f53f3c0 Mon Sep 17 00:00:00 2001 From: Reese Levine Date: Wed, 30 Jul 2025 13:45:58 -0700 Subject: [PATCH] Add header for linux builds --- ggml/src/ggml-webgpu/ggml-webgpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-webgpu/ggml-webgpu.cpp b/ggml/src/ggml-webgpu/ggml-webgpu.cpp index e35c865ea7..a3f41da1b1 100644 --- a/ggml/src/ggml-webgpu/ggml-webgpu.cpp +++ b/ggml/src/ggml-webgpu/ggml-webgpu.cpp @@ -7,6 +7,7 @@ #include "ggml-wgsl-shaders.hpp" +#include #include #include #include