]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
mnist : add missing header (#213)
authorEldar Yusupov <redacted>
Mon, 29 May 2023 16:55:13 +0000 (19:55 +0300)
committerGitHub <redacted>
Mon, 29 May 2023 16:55:13 +0000 (19:55 +0300)
examples/mnist/main-cpu.cpp

index 48e0ae60eb79483a74ecbbf07c62184d94bb0173..42a29407bb6c1d66153e20202989ab980aa5bbfb 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "ggml/ggml.h"
 
+#include <algorithm>
 #include <cmath>
 #include <cstdio>
 #include <cstring>