summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chat.cpp1
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)