diff --git a/modules/web/html/form_validator.cpp b/modules/web/html/form_validator.cpp
index 85c2b1c17..2da47f305 100644
--- a/modules/web/html/form_validator.cpp
+++ b/modules/web/html/form_validator.cpp
@@ -2,6 +2,8 @@
#include "../http/web_server_request.h"
+#include
+
//FormFieldEntry
PoolStringArray FormFieldEntry::validate(Ref request, const Ref &field, const String &data) {