]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
common : fix compilation on Linux (#212)
authorEldar Yusupov <redacted>
Mon, 29 May 2023 16:47:57 +0000 (19:47 +0300)
committerGitHub <redacted>
Mon, 29 May 2023 16:47:57 +0000 (19:47 +0300)
examples/common.cpp

index 29082f60f61ec4074995ea0fad3f1565a4804513..db90742d07703085513cab06655d1495475fa166 100644 (file)
@@ -6,6 +6,7 @@
 #include "dr_wav.h"
 
 #include <cmath>
+#include <cstring>
 #include <fstream>
 #include <regex>
 #include <locale>