From 6ab6971242201d5f44534639fac550d3bec94e6e Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 15 Aug 2023 23:02:07 +0200 Subject: [PATCH] add missing include --- examples/llama-bench/llama-bench.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/llama-bench/llama-bench.cpp b/examples/llama-bench/llama-bench.cpp index bc44bf890..edf19f285 100755 --- a/examples/llama-bench/llama-bench.cpp +++ b/examples/llama-bench/llama-bench.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include "ggml.h" #include "llama.h" #include "common.h"