diff options
author | Brian Paul <[email protected]> | 2001-08-07 17:34:10 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-07 17:34:10 +0000 |
commit | b5797a50854994173ee05ee5803d3557c9538b23 (patch) | |
tree | 1d75ed0105343b18ea8d7d3a1da4839a2db89354 /src/glu/sgi/libnurbs/internals/hull.h | |
parent | 696cd3d2b6f2a76183a596886c0f9b593bd03250 (diff) |
Win32 fixes, etc. (Gerk Huisma)
Diffstat (limited to 'src/glu/sgi/libnurbs/internals/hull.h')
-rw-r--r-- | src/glu/sgi/libnurbs/internals/hull.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/glu/sgi/libnurbs/internals/hull.h b/src/glu/sgi/libnurbs/internals/hull.h index bf270d13f93..34f1593a3ee 100644 --- a/src/glu/sgi/libnurbs/internals/hull.h +++ b/src/glu/sgi/libnurbs/internals/hull.h @@ -35,8 +35,8 @@ /* * hull.h * - * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $ - * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/hull.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ + * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $ + * $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/hull.h,v 1.2 2001/08/07 17:34:11 brianp Exp $ */ #ifndef __gluhull_h_ @@ -44,9 +44,10 @@ #include "trimline.h" #include "trimregion.h" +#include "trimvertex.h" +#include "gridtrimvertex.h" -class GridTrimVertex; -class Gridline; +struct Gridline; class Uarray; class Hull : virtual public TrimRegion { |