diff options
Diffstat (limited to 'src/guiChatConsole.cpp')
-rw-r--r-- | src/guiChatConsole.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guiChatConsole.cpp b/src/guiChatConsole.cpp index 19d9e3007..bdce7c872 100644 --- a/src/guiChatConsole.cpp +++ b/src/guiChatConsole.cpp @@ -28,9 +28,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "tile.h" #include "fontengine.h" -#include <string> - +#include "log.h" #include "gettext.h" +#include <string> #if USE_FREETYPE #include "xCGUITTFont.h" |