Index: Source/core/html/LinkRelAttributeTest.cpp |
diff --git a/Source/core/html/LinkRelAttributeTest.cpp b/Source/core/html/LinkRelAttributeTest.cpp |
index a395a4d2a2efae289837aa021bbc60a35310464c..beac0e640661fcd148754a0505747630a41bf85d 100644 |
--- a/Source/core/html/LinkRelAttributeTest.cpp |
+++ b/Source/core/html/LinkRelAttributeTest.cpp |
@@ -31,6 +31,7 @@ |
#include "config.h" |
#include "core/html/LinkRelAttribute.h" |
Nico
2013/12/09 01:55:01
Source/core/html/LinkRelAttribute.h should have a
|
+#include "wtf/text/CString.h" |
#include <gtest/gtest.h> |
using namespace WebCore; |