We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce5415 commit e48d52cCopy full SHA for e48d52c
tools/mtmd/mtmd-helper.cpp
@@ -4,11 +4,7 @@
4
#include "llama.h"
5
6
#include <algorithm>
7
-#include <cerrno>
8
-#include <cstdio>
9
-#include <cstdlib>
10
-#include <cstring>
11
-#include <limits>
+#include <cinttypes>
12
#include <vector>
13
14
#define LOG_INF(...) fprintf(stdout, __VA_ARGS__)
tools/mtmd/mtmd.h
@@ -10,6 +10,7 @@
#include <stdbool.h>
#ifdef __cplusplus
+#include <string>
15
#include <cinttypes>
16
#include <memory>
0 commit comments