Skip to content

Commit 28790fc

Browse files
committed
make sure _get_osfhandle() is available
1 parent bc4a12f commit 28790fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AggDeviceTiff.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
#include "AggDevice16.h"
66
#include "files.h"
77

8+
#ifdef _WIN32
9+
#include <io.h>
10+
#endif
11+
812
#include <cstdio>
913
#include <tiffio.h>
1014

0 commit comments

Comments
 (0)