diff --git a/code/nel/include/nel/gui/group_html.h b/code/nel/include/nel/gui/group_html.h
index 590c43a89..d04593870 100644
--- a/code/nel/include/nel/gui/group_html.h
+++ b/code/nel/include/nel/gui/group_html.h
@@ -27,6 +27,7 @@
#include "nel/gui/ctrl_button.h"
#include "nel/gui/group_table.h"
#include "nel/gui/html_element.h"
+#include "nel/gui/html_parser.h"
#include "nel/gui/css_style.h"
// forward declaration
@@ -115,6 +116,9 @@ namespace NLGUI
// Browse error
void browseError (const char *msg);
+ // Error message with html content
+ void browseErrorHtml(const std::string &html);
+
bool isBrowsing();
// Update coords
@@ -375,7 +379,9 @@ namespace NLGUI
// true if renderer is waiting for css files to finish downloading (link rel=stylesheet)
bool _WaitingForStylesheet;
// list of css file urls that are queued up for download
- std::vector _StylesheetQueue;
+ std::vector _StylesheetQueue;
+ //