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"