Add missing headers causing compile errors on Linux

Don't build GL example at all on Linux
Add PolyVoxConfig.cmake file
This commit is contained in:
Matt Williams
2008-11-22 20:09:59 +00:00
parent 68d0353cff
commit 7c9cefc2d6
7 changed files with 49 additions and 12 deletions

View File

@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "Block.h"
#include "BlockVolume.h"
#include "Vector.h"
#include "Region.h"
#pragma endregion
namespace PolyVox

View File

@ -26,6 +26,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "PolyVoxForwardDeclarations.h"
#include <cassert>
namespace PolyVox
{
POLYVOX_API uint8 logBase2(uint32 uInput);

View File

@ -22,6 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <cassert>
#include <cmath>
#include <string>
#include <cstring>
namespace PolyVox
{