import stdint.h for sizeSt.

This commit is contained in:
Julia Longtin 2024-03-23 14:28:29 +00:00
parent a7bd64c130
commit 9bcb8350d5
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// For size_t
#include <stdint.h>
/* A forward declaration, to keep GCC happy. */
void ggml_vec_dot_q5_K_q8_K(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc);

View file

@ -1,3 +1,4 @@
// For size_t
#include <stdint.h>
#include <stdio.h>