mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-10 16:40:11 +00:00
Added missing include of <algorithm> for std::max with stricter compilers
This commit is contained in:
parent
45928c1b81
commit
b542bc78c3
@ -25,6 +25,7 @@
|
|||||||
#include "../far/patchTable.h"
|
#include "../far/patchTable.h"
|
||||||
#include "../far/patchBasis.h"
|
#include "../far/patchBasis.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
#include "../version.h"
|
#include "../version.h"
|
||||||
#include "../far/patchTable.h"
|
#include "../far/patchTable.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace OpenSubdiv {
|
namespace OpenSubdiv {
|
||||||
namespace OPENSUBDIV_VERSION {
|
namespace OPENSUBDIV_VERSION {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user