Fix #782454 (Calibre fails to compile with png-1.5)

This commit is contained in:
Kovid Goyal 2011-05-14 08:35:14 -06:00
parent 3aeca93ff3
commit e062578f1c
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Economist(BasicNewsRecipe):
INDEX = 'http://www.economist.com/printedition'
description = ('Global news and current affairs from a European'
' perspective. Best downloaded on Friday mornings (GMT)')
extra_css = '.headline {font-size: x-large;} \n h2 { font-size: small; } \n h1 { font-size: medium; }'
oldest_article = 7.0
cover_url = 'http://www.economist.com/images/covers/currentcoverus_large.jpg'
remove_tags = [

View File

@ -13,6 +13,7 @@
#include <math.h>
#include <iostream>
#include <wand/MagickWand.h>
#include <zlib.h>
#include "images.h"
#include "utils.h"