From cd41a4548e0c6486d144abb19aace14c3e0a8a14 Mon Sep 17 00:00:00 2001 From: Zoltan Szabadka Date: Tue, 4 Jun 2024 10:29:12 +0000 Subject: [PATCH] Add missing include --- backprop/prompt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backprop/prompt.h b/backprop/prompt.h index 6f762dc..76acb56 100644 --- a/backprop/prompt.h +++ b/backprop/prompt.h @@ -16,6 +16,7 @@ #ifndef THIRD_PARTY_GEMMA_CPP_GEMMA_PROMPT_H_ #define THIRD_PARTY_GEMMA_CPP_GEMMA_PROMPT_H_ +#include #include namespace gcpp {