From 24c3b45b4688649d33b124bf9dbe2cb3ce37449e Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 26 Sep 2011 22:45:55 +0200 Subject: [PATCH] Missing include i18n.h --- src/commands/CmdCommands.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdCommands.cpp b/src/commands/CmdCommands.cpp index 9e7ddf05c..492192fea 100644 --- a/src/commands/CmdCommands.cpp +++ b/src/commands/CmdCommands.cpp @@ -33,6 +33,7 @@ #include #include #include +#include extern Context context;