From: Bart Pelle Date: Thu, 20 Apr 2023 21:15:45 +0000 (+0200) Subject: mnist : add missing header (#95) X-Git-Tag: upstream/0.0.1642~1533 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d71eba44c9485d0c2d0877b2ab390d68e8b0d2e5;p=pkg%2Fggml%2Fsources%2Fggml mnist : add missing header (#95) --- diff --git a/examples/mnist/main.cpp b/examples/mnist/main.cpp index f73e2e43..3206f2d0 100644 --- a/examples/mnist/main.cpp +++ b/examples/mnist/main.cpp @@ -13,6 +13,7 @@ #include #include #include +#include // default hparams struct mnist_hparams {