Added missing include of <algorithm> for std::max with stricter compilers

This commit is contained in:
barry 2018-09-17 11:46:41 -07:00
parent 45928c1b81
commit b542bc78c3
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "../far/patchTable.h"
#include "../far/patchBasis.h"
#include <algorithm>
#include <cstring>
#include <cstdio>

View File

@ -28,6 +28,8 @@
#include "../version.h"
#include "../far/patchTable.h"
#include <algorithm>
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {