summaryrefslogtreecommitdiff
path: root/src/gettext.h
diff options
context:
space:
mode:
authorConstantin Wenger <constantin.wenger@googlemail.com>2011-08-02 13:39:58 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-08-05 08:45:15 +0200
commit7361f295274e248052f489a0b532b3d2a1926d9f (patch)
treee3906c7a07c5bb3208195c4960a355d9c22ed905 /src/gettext.h
parent1d009a37df9ce90eb5d24c180119b8bbffaf3d5f (diff)
downloadminetest-7361f295274e248052f489a0b532b3d2a1926d9f.tar.gz
minetest-7361f295274e248052f489a0b532b3d2a1926d9f.tar.bz2
minetest-7361f295274e248052f489a0b532b3d2a1926d9f.zip
fixed some error :/
Diffstat (limited to 'src/gettext.h')
-rw-r--r--src/gettext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gettext.h b/src/gettext.h
index f2cb8e471..0e6ee0fd5 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -1,5 +1,6 @@
#ifndef GETTEXT_HEADER
#include "config.h" // for USE_GETTEXT
+#include <iostream>
#if USE_GETTEXT
#include <libintl.h>