aboutsummaryrefslogtreecommitdiff
path: root/src/I18n.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/I18n.cc')
-rw-r--r--src/I18n.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/I18n.cc b/src/I18n.cc
index 1d3cf8b..ad8d20f 100644
--- a/src/I18n.cc
+++ b/src/I18n.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: I18n.cc,v 1.1 2003/06/12 14:24:26 fluxgen Exp $ 25// $Id: I18n.cc,v 1.2 2003/06/30 20:37:57 fluxgen Exp $
26 26
27//usr GNU extensions 27//usr GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -42,6 +42,9 @@
42#endif // HAVE_LOCALE_H 42#endif // HAVE_LOCALE_H
43 43
44#include <iostream> 44#include <iostream>
45
46#include "defaults.hh"
47
45using std::cerr; 48using std::cerr;
46using std::endl; 49using std::endl;
47using std::string; 50using std::string;