1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/iipsrv/RawTile.patch
Ruven 2f0e618e8b testing/iipsrv: new aport
https://iipimage.sourceforge.net
IIPImage image server: iipsrv. An advanced high-performance image server for high-resolution and scientific images
2023-10-05 05:22:59 +00:00

10 lines
291 B
Diff

--- iipsrv-1.2/src/RawTile.h
+++ iipsrv-1.2/src/RawTile.new.h
@@ -26,6 +26,7 @@
#include <string>
#include <cstdlib>
#include <ctime>
+#include <cstdint>
#if !( (__cplusplus >= 201103L) || ((defined(_MSC_VER) && _MSC_VER >= 1900)) )
#include <stdint.h> // Required for C++98