mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
https://iipimage.sourceforge.net IIPImage image server: iipsrv. An advanced high-performance image server for high-resolution and scientific images
10 lines
291 B
Diff
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
|