From edf1f5d66586db7d8953ff0645bf23802f963e58 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 28 Jun 2013 16:47:02 +0100 Subject: [PATCH] Fix compile error caused by missing #include. --- library/PolyVoxCore/include/PolyVoxCore/FilePager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/FilePager.h b/library/PolyVoxCore/include/PolyVoxCore/FilePager.h index fa062e18..1f3115ab 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/FilePager.h +++ b/library/PolyVoxCore/include/PolyVoxCore/FilePager.h @@ -27,6 +27,7 @@ freely, subject to the following restrictions: #include "PolyVoxCore/Impl/TypeDef.h" #include "PolyVoxCore/Pager.h" +#include "PolyVoxCore/Region.h" #include #include