diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-04 22:53:50 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-04 22:53:50 -0600 |
commit | d7d9365dc74f003258efd61e4d420b5936780c6a (patch) | |
tree | ad9a0a260fe5cdfb66a62ca97457d9f623eb92fc /libre/openexr-libre/gcc43.patch | |
parent | c1d1095398535dc6f9de11f5f9ffe7a4573ff6d3 (diff) | |
parent | 7232ebf03772d0a7f1602a6032636c8df7f796c4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/openexr-libre/gcc43.patch')
-rw-r--r-- | libre/openexr-libre/gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/openexr-libre/gcc43.patch b/libre/openexr-libre/gcc43.patch new file mode 100644 index 000000000..ab99eb9a1 --- /dev/null +++ b/libre/openexr-libre/gcc43.patch @@ -0,0 +1,11 @@ +--- exrenvmap/blurImage.cpp ++++ exrenvmap/blurImage.cpp +@@ -39,6 +39,8 @@ + // + //----------------------------------------------------------------------------- + ++#include <cstring> ++ + #include <blurImage.h> + + #include <resizeImage.h> |