core/openexr/gcc43.patch

12 lines
235 B
Diff
Raw Normal View History

--- exrenvmap/blurImage.cpp
+++ exrenvmap/blurImage.cpp
@@ -39,6 +39,8 @@
//
//-----------------------------------------------------------------------------
2010-03-14 23:48:48 +08:00
+#include <cstring>
+
#include <blurImage.h>
2010-03-14 23:48:48 +08:00
#include <resizeImage.h>