From: Georgi Gerganov Date: Fri, 19 May 2023 18:17:28 +0000 (+0300) Subject: tests : add missing header X-Git-Tag: gguf-v0.4.0~740 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6986c7835adc13ba3f9d933b95671bb1f3984dc6;p=pkg%2Fggml%2Fsources%2Fllama.cpp tests : add missing header --- diff --git a/tests/test-sampling.cpp b/tests/test-sampling.cpp index ebfc17c1..0e675127 100644 --- a/tests/test-sampling.cpp +++ b/tests/test-sampling.cpp @@ -5,6 +5,7 @@ #undef NDEBUG #endif +#include #include #include #include