diff options
Diffstat (limited to '')
-rw-r--r-- | src/Chat.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Chat.hpp b/src/Chat.hpp index 4d147be..9ab5691 100644 --- a/src/Chat.hpp +++ b/src/Chat.hpp @@ -1,6 +1,7 @@ #pragma once #include <vector> +#include <string> struct TextModifier { size_t offset; |