From 4482538f9e6469fb4733d06734ec3c8360cd7da1 Mon Sep 17 00:00:00 2001 From: David Williams Date: Wed, 20 Aug 2014 17:16:45 +0200 Subject: [PATCH] Added header for testing RawVolume as well as SimpleVolume. --- tests/TestSurfaceExtractor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSurfaceExtractor.cpp b/tests/TestSurfaceExtractor.cpp index 95ebb299..496c39ac 100644 --- a/tests/TestSurfaceExtractor.cpp +++ b/tests/TestSurfaceExtractor.cpp @@ -25,6 +25,7 @@ freely, subject to the following restrictions: #include "PolyVoxCore/Density.h" #include "PolyVoxCore/MaterialDensityPair.h" +#include "PolyVoxCore/RawVolume.h" #include "PolyVoxCore/SimpleVolume.h" #include "PolyVoxCore/MarchingCubesSurfaceExtractor.h"