Added missing required header from unit test

This commit is contained in:
Blake Thompson 2016-01-22 11:02:12 -06:00
parent d3d1106865
commit 5e30aee4e7

View file

@ -2,6 +2,7 @@
#include <iostream>
#include <cstring>
#include <mapnik/color.hpp>
#include <mapnik/image.hpp>
#include <mapnik/image_reader.hpp>
#include <mapnik/image_util.hpp>