From 2af8aa39e3f4e2a6603627bd404515508b4e4ead Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 7 Jul 2024 21:46:20 +1000 Subject: [PATCH] Update examples/gguf-hash/gguf-hash.cpp Co-authored-by: Georgi Gerganov --- examples/gguf-hash/gguf-hash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gguf-hash/gguf-hash.cpp b/examples/gguf-hash/gguf-hash.cpp index 1447dddee..c34728c3d 100644 --- a/examples/gguf-hash/gguf-hash.cpp +++ b/examples/gguf-hash/gguf-hash.cpp @@ -1,12 +1,12 @@ #include "ggml.h" -#include "stdlib.h" /* abort() */ +#include /* abort() */ #include #include #include #include #include -#include +#include #include #include