summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-17 03:04:08 +0500
committerilotterytea <iltsu@alright.party>2025-04-17 03:04:08 +0500
commit760f4d680cea948bd19b072ef8d4a977bb4cf51f (patch)
treebe869df7e2d467c89f12f369906467eb32717964
parentdfbaa457d5e3dbc68407b41a9d76d58f1737f77e (diff)
fix: include optional
-rw-r--r--bot/src/schemas/stream.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/schemas/stream.hpp b/bot/src/schemas/stream.hpp
index 5c90872..acc6af1 100644
--- a/bot/src/schemas/stream.hpp
+++ b/bot/src/schemas/stream.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include <optional>
#include <string>
namespace bot::schemas {