From: Eldar Yusupov Date: Mon, 29 May 2023 16:55:13 +0000 (+0300) Subject: mnist : add missing header (#213) X-Git-Tag: upstream/0.0.1642~1424 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3eb0ac266649686e3086b2a8317576d152119964;p=pkg%2Fggml%2Fsources%2Fggml mnist : add missing header (#213) --- diff --git a/examples/mnist/main-cpu.cpp b/examples/mnist/main-cpu.cpp index 48e0ae60..42a29407 100644 --- a/examples/mnist/main-cpu.cpp +++ b/examples/mnist/main-cpu.cpp @@ -12,6 +12,7 @@ #include "ggml/ggml.h" +#include #include #include #include