mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-23 00:10:07 +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/patchBasis.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include "../version.h"
|
||||
#include "../far/patchTable.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace OpenSubdiv {
|
||||
namespace OPENSUBDIV_VERSION {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user