mirror of https://github.com/google/gemma.cpp.git
Add missing include
This commit is contained in:
parent
df01700b54
commit
cd41a4548e
|
|
@ -16,6 +16,7 @@
|
|||
#ifndef THIRD_PARTY_GEMMA_CPP_GEMMA_PROMPT_H_
|
||||
#define THIRD_PARTY_GEMMA_CPP_GEMMA_PROMPT_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <vector>
|
||||
|
||||
namespace gcpp {
|
||||
|
|
|
|||
Loading…
Reference in New Issue