diff options
Diffstat (limited to 'graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp')
-rw-r--r-- | graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp b/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp new file mode 100644 index 000000000000..de05c3fe7c47 --- /dev/null +++ b/graphics/ampasCTL/files/patch-lib_IlmCtl_CtlExc.cpp @@ -0,0 +1,13 @@ +--- lib/IlmCtl/CtlExc.cpp.orig 2014-06-03 01:11:24 UTC ++++ lib/IlmCtl/CtlExc.cpp +@@ -53,9 +53,9 @@ + /////////////////////////////////////////////////////////////////////////// + + #include <CtlExc.h> ++#include <cstdlib> + #include <stdarg.h> + #include <stdio.h> +-#include <alloca.h> + #include <string.h> + + namespace Ctl { |