]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
mnist : add missing header (#95)
authorBart Pelle <redacted>
Thu, 20 Apr 2023 21:15:45 +0000 (23:15 +0200)
committerGitHub <redacted>
Thu, 20 Apr 2023 21:15:45 +0000 (00:15 +0300)
examples/mnist/main.cpp

index f73e2e4391081dd5aa121a8a6686357edb9c2958..3206f2d0e55e6df9fba060e3f09d7e9b178bcb8c 100644 (file)
@@ -13,6 +13,7 @@
 #include <iostream>
 #include <unistd.h>
 #include <time.h>
+#include <algorithm>
 
 // default hparams
 struct mnist_hparams {