added a missing include<stddef>
This commit is contained in:
parent
da98ec18f1
commit
fca3d016d8
|
@ -23,6 +23,7 @@
|
|||
#ifndef __VCGLIB_IMPORTERPLY
|
||||
#define __VCGLIB_IMPORTERPLY
|
||||
|
||||
#include <stddef.h>
|
||||
#include<wrap/callback.h>
|
||||
#include<wrap/ply/plylib.h>
|
||||
#include<wrap/io_trimesh/io_mask.h>
|
||||
|
|
Loading…
Reference in New Issue