From f9bbc6f281d1adaa54b9e054fcb97104179cd064 Mon Sep 17 00:00:00 2001 From: slaren Date: Wed, 16 Aug 2023 03:56:52 +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 04df8a105..e40204d82 100755 --- a/examples/llama-bench/llama-bench.cpp +++ b/examples/llama-bench/llama-bench.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include "ggml.h" #include "llama.h" #include "common.h"