Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-ctlrender_tiff__file.cc
16124 views
1
--- ctlrender/tiff_file.cc.orig 2014-06-03 01:11:24 UTC
2
+++ ctlrender/tiff_file.cc
3
@@ -53,6 +53,7 @@
4
///////////////////////////////////////////////////////////////////////////
5
6
#include "tiff_file.hh"
7
+#include <cstdlib>
8
#include <stdarg.h>
9
#include <dpx.hh>
10
#if defined(HAVE_LIBTIFF)
11
@@ -61,7 +62,6 @@
12
#include <sys/param.h>
13
#include <math.h>
14
#include <Iex.h>
15
-#include <alloca.h>
16
17
void tiff_read_multiplane(TIFF *t, float scale, ctl::dpx::fb<float> * pixels);
18
void tiff_read_interleaved(TIFF *t, float scale, ctl::dpx::fb<float> * pixels);
19
20