add missing include

This commit is contained in:
Concedo 2023-04-30 16:15:11 +08:00
parent b3315459c7
commit fdd21d0eba

View file

@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "ggml.h"