From c0d4b2a36f9412d9d8dde9354452138963f2d390 Mon Sep 17 00:00:00 2001 From: David Williams Date: Fri, 14 Dec 2012 16:50:06 +0100 Subject: [PATCH] Linux compile fix. --- tests/testvolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testvolume.cpp b/tests/testvolume.cpp index 67eee0f4..088670b2 100644 --- a/tests/testvolume.cpp +++ b/tests/testvolume.cpp @@ -21,7 +21,7 @@ freely, subject to the following restrictions: distribution. *******************************************************************************/ -#include "testVolume.h" +#include "testvolume.h" #include "PolyVoxCore/LargeVolume.h" #include "PolyVoxCore/RawVolume.h"