Including std library that was missing.
This commit is contained in:
parent
64ed541f88
commit
f616367ac2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue