Added patch from master for fixing VS2013 in 3rd party lib OpenEXR

This commit is contained in:
Andrey Pavlenko
2013-12-03 16:08:57 +04:00
parent bd9d3dd561
commit b5dbe9e04b
8 changed files with 79 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
#include <string>
#include <vector>
#include <assert.h>
#include <algorithm> // for std::max()
namespace Imf {