Unreviewed iOS build fix.

* style/StyleAdjuster.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@252631 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 2854bf6..92b0968 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-19  Chris Dumez  <cdumez@apple.com>
+
+        Unreviewed iOS build fix.
+
+        * style/StyleAdjuster.cpp:
+
 2019-11-19  Antti Koivisto  <antti@apple.com>
 
         Move RuleData to a file of its own
diff --git a/Source/WebCore/style/StyleAdjuster.cpp b/Source/WebCore/style/StyleAdjuster.cpp
index 993b512..aa676e5 100644
--- a/Source/WebCore/style/StyleAdjuster.cpp
+++ b/Source/WebCore/style/StyleAdjuster.cpp
@@ -50,6 +50,7 @@
 #include "SVGNames.h"
 #include "SVGURIReference.h"
 #include "Settings.h"
+#include "Text.h"
 
 namespace WebCore {
 namespace Style {