From 4ab7bb77c045ac868aa34cff5708d6f86740094e Mon Sep 17 00:00:00 2001 From: Ivan Stepanov Date: Fri, 28 Apr 2023 20:42:44 +0300 Subject: [PATCH] Windows build fix --- llama.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.cpp b/llama.cpp index 5645a22e2..4335772b5 100644 --- a/llama.cpp +++ b/llama.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #define LLAMA_USE_SCRATCH #define LLAMA_MAX_SCRATCH_BUFFERS 16