projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d009a3
)
fixed some error :/
author
Constantin Wenger
<constantin.wenger@googlemail.com>
Tue, 2 Aug 2011 11:39:58 +0000
(13:39 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Fri, 5 Aug 2011 06:45:15 +0000
(08:45 +0200)
src/gettext.h
patch
|
blob
|
history
diff --git
a/src/gettext.h
b/src/gettext.h
index f2cb8e471953b4e64634f16c89a90d3b5a1ab860..0e6ee0fd5f779965a1dc7d10caeb3f214c880284 100644
(file)
--- 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>