Fix compile error caused by missing #include.

This commit is contained in:
Matt Williams 2013-06-28 16:47:02 +01:00
parent 059a4b9465
commit edf1f5d665

View File

@ -27,6 +27,7 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Impl/TypeDef.h"
#include "PolyVoxCore/Pager.h"
#include "PolyVoxCore/Region.h"
#include <fstream>
#include <stdexcept>