From 9242cf142105736dffd4ed4648150c74054da0e2 Mon Sep 17 00:00:00 2001 From: Douglas Hanley Date: Tue, 27 Feb 2024 12:46:01 -0600 Subject: [PATCH] add locale include --- llama.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.cpp b/llama.cpp index 7fe6e3eff..4c060134b 100644 --- a/llama.cpp +++ b/llama.cpp @@ -73,6 +73,7 @@ #include #include #include +#include #include #include #include