Add missing <optional> include

This commit is contained in:
ochafik 2024-12-30 04:10:20 +00:00
parent e5113e8d74
commit 80138d9007

View File

@ -5,6 +5,7 @@
#include "llama.h"
#include "chat-template.hpp"
#include <optional>
#include <string>
#include <vector>
#include <sstream>