From fca3d016d8656e9b40ec3b2518d4485c2b1b7a23 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 13 Oct 2011 07:40:13 +0000 Subject: [PATCH] added a missing include --- wrap/io_trimesh/import_ply.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wrap/io_trimesh/import_ply.h b/wrap/io_trimesh/import_ply.h index 6f854359..b9b12c45 100644 --- a/wrap/io_trimesh/import_ply.h +++ b/wrap/io_trimesh/import_ply.h @@ -23,6 +23,7 @@ #ifndef __VCGLIB_IMPORTERPLY #define __VCGLIB_IMPORTERPLY +#include #include #include #include