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"