diff options
Diffstat (limited to 'WebCore/svg/SVGURIReference.cpp')
-rw-r--r-- | WebCore/svg/SVGURIReference.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/svg/SVGURIReference.cpp b/WebCore/svg/SVGURIReference.cpp index d18e49a..8871229 100644 --- a/WebCore/svg/SVGURIReference.cpp +++ b/WebCore/svg/SVGURIReference.cpp @@ -23,6 +23,8 @@ #if ENABLE(SVG) #include "SVGURIReference.h" +#include "MappedAttribute.h" + namespace WebCore { char SVGURIReferenceIdentifier[] = "SVGURIReference"; |