diff --git a/code/nel/src/gui/libwww_types.cpp b/code/nel/src/gui/libwww_types.cpp
index 6eace3aa1..9731e9aca 100644
--- a/code/nel/src/gui/libwww_types.cpp
+++ b/code/nel/src/gui/libwww_types.cpp
@@ -29,6 +29,7 @@
****************************************************************************/
+#include "stdpch.h"
#include "nel/gui/libwww_types.h"
#ifdef DEBUG_NEW
diff --git a/code/nel/src/gui/root_group.cpp b/code/nel/src/gui/root_group.cpp
index 449e18b05..756fb1096 100644
--- a/code/nel/src/gui/root_group.cpp
+++ b/code/nel/src/gui/root_group.cpp
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
-
+#include "stdpch.h"
#include "nel/gui/root_group.h"
#include
diff --git a/code/nel/src/gui/url_parser.cpp b/code/nel/src/gui/url_parser.cpp
index 7c8e70e90..68f624743 100644
--- a/code/nel/src/gui/url_parser.cpp
+++ b/code/nel/src/gui/url_parser.cpp
@@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see .
+#include "stdpch.h"
#include "nel/misc/common.h"
#include "nel/gui/url_parser.h"