diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-17 03:04:08 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-17 03:04:08 +0500 |
| commit | 760f4d680cea948bd19b072ef8d4a977bb4cf51f (patch) | |
| tree | be869df7e2d467c89f12f369906467eb32717964 /bot/src/schemas | |
| parent | dfbaa457d5e3dbc68407b41a9d76d58f1737f77e (diff) | |
fix: include optional
Diffstat (limited to 'bot/src/schemas')
| -rw-r--r-- | bot/src/schemas/stream.hpp | 1 |
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 { |
