summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 8c6235342..7d543d49a 100644
--- a/content/content.h
+++ b/content/content.h
@@ -46,6 +46,7 @@
#ifdef WITH_ARTWORKS
#include "riscos/artworks.h"
#endif
+#include "image/svg.h"
struct bitmap;
@@ -165,6 +166,7 @@ struct content {
#ifdef WITH_ARTWORKS
struct content_artworks_data artworks;
#endif
+ struct content_svg_data svg;
} data;
/**< URL for refresh request, in standard form as from url_join. */