diff options
Diffstat (limited to 'WebCore/html/HTMLTableCaptionElement.cpp')
-rw-r--r-- | WebCore/html/HTMLTableCaptionElement.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLTableCaptionElement.cpp b/WebCore/html/HTMLTableCaptionElement.cpp index 35cf8a1..2c94727 100644 --- a/WebCore/html/HTMLTableCaptionElement.cpp +++ b/WebCore/html/HTMLTableCaptionElement.cpp @@ -21,11 +21,13 @@ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ + #include "config.h" #include "HTMLTableCaptionElement.h" #include "CSSPropertyNames.h" #include "HTMLNames.h" +#include "MappedAttribute.h" namespace WebCore { |