Index: Source/core/svg/SVGStringList.cpp |
diff --git a/Source/core/svg/SVGStringList.cpp b/Source/core/svg/SVGStringList.cpp |
index daadd46f38b2ce333134094e09ebeccea80fa701..d44f6530aebb97f946b7c86debb712d6b818f789 100644 |
--- a/Source/core/svg/SVGStringList.cpp |
+++ b/Source/core/svg/SVGStringList.cpp |
@@ -22,6 +22,8 @@ |
#include "core/svg/SVGStringList.h" |
#include "bindings/core/v8/ExceptionMessages.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "core/dom/ExceptionCode.h" |
#include "core/svg/SVGElement.h" |
#include "core/svg/SVGParserUtilities.h" |
#include "wtf/text/StringBuilder.h" |