Fixed MSVC 2013 build errors and workaround for an internal compiler crash.

This commit is contained in:
Jose-Luis Blanco-Claraco
2013-10-20 17:28:45 +02:00
parent 4c102112dd
commit 52a904e17b
8 changed files with 16 additions and 5 deletions

View File

@@ -44,6 +44,7 @@
#include "ImathMatrixAlgo.h"
#include <cmath>
#include <algorithm> // for std::max()
#if defined(OPENEXR_DLL)
#define EXPORT_CONST __declspec(dllexport)