Fix gcc compilation error (using undefined PointT class)

This commit is contained in:
David Capello 2014-01-05 16:15:37 -03:00
parent 6bef259060
commit 7b5f58aff4

View File

@ -22,6 +22,7 @@
#include "raster/algorithm/resize_image.h"
#include "gfx/point.h"
#include "raster/image.h"
#include "raster/image_bits.h"
#include "raster/palette.h"