Including std library that was missing.

This commit is contained in:
Blake Thompson 2015-01-24 21:16:36 -06:00
parent 64ed541f88
commit f616367ac2

View file

@ -35,6 +35,9 @@ extern "C"
#define RealTIFFClose TIFFClose
}
//std
#include <memory>
#define TIFF_WRITE_SCANLINE 0
#define TIFF_WRITE_STRIPPED 1
#define TIFF_WRITE_TILED 2