Skip to content

Commit 1d96938

Browse files
committed
Add stdbool.h to examples/llava/clip.h
1 parent 822b632 commit 1d96938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/llava/clip.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <stddef.h>
55
#include <stdint.h>
6+
#include <stdbool.h>
67

78
#ifdef LLAMA_SHARED
89
# if defined(_WIN32) && !defined(__MINGW32__)

0 commit comments

Comments
 (0)