Fix openexr build on MinGW

This commit is contained in:
Andrey Kamaev
2012-08-25 18:13:59 +04:00
parent 941391c0be
commit 577d9cdece
2 changed files with 5 additions and 1 deletions

View File

@@ -46,6 +46,10 @@
#include "OpenEXRConfig.h"
#if !defined (HAVE_LARGE_STACK)
#include <string.h>
#endif
namespace Imf {