diff options
author | pecksin <pexin@protonmail.com> | 2021-03-19 17:29:55 -0400 |
---|---|---|
committer | pecksin <pexin@protonmail.com> | 2021-03-19 17:29:55 -0400 |
commit | fcb41bdc11eb9003f64f003b88940211f01002d7 (patch) | |
tree | 9af897ed6a9b70abf86578cff175701f82359b11 /src | |
parent | 038a317c213db41227beaa014100dc43b46e392c (diff) | |
download | minetest-fcb41bdc11eb9003f64f003b88940211f01002d7.tar.gz minetest-fcb41bdc11eb9003f64f003b88940211f01002d7.tar.bz2 minetest-fcb41bdc11eb9003f64f003b88940211f01002d7.zip |
hopefully fix github check
Diffstat (limited to 'src')
-rw-r--r-- | src/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chat.cpp b/src/chat.cpp index 7d8a3903f..a67371441 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/string.h" #include "util/numeric.h" #include "porting.h" +#include "gettext.h" ChatBuffer::ChatBuffer(u32 scrollback): m_scrollback(scrollback) |