From 761087932b9d76efc4f9b92fc207faddfa4f55e7 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 29 Oct 2023 13:26:23 +0200 Subject: [PATCH] llama : add functional header --- llama.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index 83816e33a..d80062082 100644 --- a/llama.cpp +++ b/llama.cpp @@ -62,7 +62,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -71,11 +73,10 @@ #include #include #include +#include #include #include #include -#include -#include #if defined(_MSC_VER) #pragma warning(disable: 4244 4267) // possible loss of data