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

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