Skip to content

Commit b41acc4

Browse files
committed
add missing headers
1 parent ee1fadd commit b41acc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/llava/clip-impl.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#include "ggml.h"
22
#include "gguf.h"
33

4+
#include <climits>
5+
#include <stdarg.h>
46
#include <string>
57
#include <map>
68
#include <sstream>
9+
#include <vector>
710

811
// Internal header for clip.cpp
912

0 commit comments

Comments
 (0)