diff options
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.cpp')
-rw-r--r-- | WebCore/html/HTMLParagraphElement.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLParagraphElement.cpp b/WebCore/html/HTMLParagraphElement.cpp index 44eaecc..a8deb10 100644 --- a/WebCore/html/HTMLParagraphElement.cpp +++ b/WebCore/html/HTMLParagraphElement.cpp @@ -19,6 +19,7 @@ * Boston, MA 02110-1301, USA. * */ + #include "config.h" #include "HTMLParagraphElement.h" @@ -26,6 +27,7 @@ #include "CSSValueKeywords.h" #include "Document.h" #include "HTMLNames.h" +#include "MappedAttribute.h" namespace WebCore { |