freebsd-ports/graphics/iccexamin/files/patch-icc_helfer.cpp
Boris Samorodov 24987efd51 ICC Examin is a small utility (unix name: iccexamin) for the purpose
of watching the internals of ICC profiles, measurement data (CGATS),
colour samples (named colour profiles), gamut visualisations (vrml),
video card gamma tables (Xorg/XFree86/osX).

WWW: http://www.oyranos.org/icc-examin/
2013-05-03 12:46:30 +00:00

10 lines
261 B
C++

--- icc_helfer.cpp.orig 2013-05-01 21:42:51.000000000 +0400
+++ icc_helfer.cpp 2013-05-01 21:43:35.000000000 +0400
@@ -34,6 +34,7 @@
# define DEBUG_ICCFUNKT
#endif
+#include <inttypes.h>
#include <icc34.h>
#include "icc_utils.h"
#include "icc_formeln.h"