From: Barak Itkin Date: Sat, 2 Jun 2012 09:54:01 +0000 (+0300) Subject: Add a missing refrence to stdio.h X-Git-Tag: p2tc-0.1.0~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=566e507f4105458c66e2f77854c8e673e8d04a58;p=poly2tri-c Add a missing refrence to stdio.h --- diff --git a/poly2tri-c/render/mesh-render.h b/poly2tri-c/render/mesh-render.h index a972206..5d730e9 100644 --- a/poly2tri-c/render/mesh-render.h +++ b/poly2tri-c/render/mesh-render.h @@ -33,6 +33,7 @@ #ifndef __P2TR_RENDER_MESH_RENDER_H__ #define __P2TR_RENDER_MESH_RENDER_H__ +#include #include typedef struct {