diff --git a/code/HTMLWriter.cpp b/code/HTMLWriter.cpp
index 91b1cbf..7e2a363 100644
--- a/code/HTMLWriter.cpp
+++ b/code/HTMLWriter.cpp
@@ -1,6 +1,6 @@
/************************************************************************
MeOS - Orienteering Software
- Copyright (C) 2009-2023 Melin Software HB
+ Copyright (C) 2009-2024 Melin Software HB
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -41,28 +41,30 @@ extern Image image;
#include
#include
+using namespace std;
+
double getLocalScale(const wstring &fontName, wstring &faceName);
wstring getMeosCompectVersion();
map > HTMLWriter::tCache;
extern wchar_t exePath[MAX_PATH];
-static void generateStyles(const gdioutput &gdi, ostream &fout, double scale, bool withTbl, const list &TL,
+static void generateStyles(const gdioutput &gdi, std::ostream &fout, double scale, bool withTbl, const list &TL,
map< pair, pair > &styles) {
fout << "