mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-24 16:51:09 +00:00
Fix OSX build: stdlib.h needs to be included in glPtexMipmapTexture.h for size_t typedef
This commit is contained in:
parent
0569a9c691
commit
691253a0e7
@ -30,6 +30,8 @@
|
||||
#include "../osd/nonCopyable.h"
|
||||
#include "../osd/opengl.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
class PtexTexture;
|
||||
|
||||
namespace OpenSubdiv {
|
||||
|
Loading…
Reference in New Issue
Block a user