fix compile of new cxx tests if tiff is not available - closes #2625

This commit is contained in:
Dane Springmeyer 2015-01-08 17:44:41 -08:00
parent 2747fd5329
commit a96cf38a33

View file

@ -1,8 +1,12 @@
#if defined(HAVE_TIFF)
#include "catch.hpp"
#include <mapnik/image_reader.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/util/file_io.hpp>
#include <mapnik/tiff_io.hpp>
#include "../../src/tiff_reader.cpp"
@ -273,4 +277,6 @@ SECTION("gray32f tiled") {
TIFF_READ_ONE_PIXEL
}
}
}
#endif