From fcb41bdc11eb9003f64f003b88940211f01002d7 Mon Sep 17 00:00:00 2001 From: pecksin Date: Fri, 19 Mar 2021 17:29:55 -0400 Subject: hopefully fix github check --- src/chat.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3