From c981ed2706be03fcbedbaaa97ef6b5202915e038 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 23 Nov 2012 15:40:51 +0000 Subject: [PATCH] Add forward declaration for DefaultIsQuadNeeded --- .../PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h b/library/PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h index 5cdf3ef5..068f379d 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h +++ b/library/PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h @@ -63,6 +63,7 @@ namespace PolyVox //////////////////////////////////////////////////////////////////////////////// // CubicSurfaceExtractor //////////////////////////////////////////////////////////////////////////////// + template class DefaultIsQuadNeeded; template > class CubicSurfaceExtractor; ////////////////////////////////////////////////////////////////////////////////