Revert "Remove unnecessary include statements from dom"

This reverts commit dd795022fa.
This commit is contained in:
Niels Dossche 2024-07-08 16:26:50 +02:00
parent dda96768ec
commit 33289dfa5c
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
#include "php.h"
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
#include "php_dom.h"
#include "html5_serializer.h"
#include "namespace_compat.h"
#include "serialize_common.h"