Skip to content

Commit 68473b4

Browse files
committed
ggml-backend : include <cstring> (#0)
1 parent 7a2784e commit 68473b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ggml/src/ggml-backend.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#include <stdarg.h>
1818
#include <stdio.h>
1919
#include <stdlib.h>
20-
#include <string.h>
21-
#include <string>
20+
#include <cstring>
2221
#include <vector>
2322

2423
#ifdef __APPLE__

0 commit comments

Comments
 (0)