jamesbowman / openexrpython

OpenEXR bindings for Python
Other
94 stars 35 forks source link

Fix missing include #38

Closed mworchel closed 4 years ago

mworchel commented 4 years ago

This PR fixes a missing include that is required for using std::min and std::max. I don't know if GCC stumbles over this but at least MSVC 14.2x (Visual Studio 2019) does. It's probably nice to be explicit about the include either way.