summaryrefslogtreecommitdiffstats
path: root/src/Chat.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-03 17:47:11 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 03:39:33 +0100
commitbdc3f4a198c3f047389b159e67f7e6131e053ea6 (patch)
treec0f473147116e4ba0fed8cfb5f9780982b5a3c8c /src/Chat.hpp
parentFixed CMake error (diff)
downloadAltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar.gz
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar.bz2
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar.lz
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar.xz
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.tar.zst
AltCraft-bdc3f4a198c3f047389b159e67f7e6131e053ea6.zip
Diffstat (limited to 'src/Chat.hpp')
-rw-r--r--src/Chat.hpp1
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;