Index: Source/core/svg/graphics/SVGImageForContainer.cpp |
diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp |
index f11c03cf85a8c3511df7b9be7dc04ef5c30100c6..96a0080d48c5dbf273d3264646ac82bab8d187dd 100644 |
--- a/Source/core/svg/graphics/SVGImageForContainer.cpp |
+++ b/Source/core/svg/graphics/SVGImageForContainer.cpp |
@@ -20,6 +20,9 @@ |
#include "config.h" |
#include "core/svg/graphics/SVGImageForContainer.h" |
+#include "core/svg/graphics/SVGImage.h" |
+#include "platform/geometry/FloatRect.h" |
+#include "platform/geometry/FloatSize.h" |
#include "wtf/PassRefPtr.h" |
namespace WebCore { |