Index: Source/core/html/LinkRelAttribute.cpp |
diff --git a/Source/core/html/LinkRelAttribute.cpp b/Source/core/html/LinkRelAttribute.cpp |
index 68b1c78e0035c7e757222e45a3c7350c793ee2c9..0c2f32be4cad260e060b9c5a034b31094910b6f0 100644 |
--- a/Source/core/html/LinkRelAttribute.cpp |
+++ b/Source/core/html/LinkRelAttribute.cpp |
@@ -32,6 +32,8 @@ |
#include "config.h" |
#include "core/html/LinkRelAttribute.h" |
+#include "wtf/text/WTFString.h" |
+ |
namespace WebCore { |
LinkRelAttribute::LinkRelAttribute() |