diff options
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 { |
