Fixed broken include paths causing compile errors on Linux.
This commit is contained in:
@ -25,9 +25,9 @@
|
||||
#ifndef __PolyVox_RandomVectors_H__
|
||||
#define __PolyVox_RandomVectors_H__
|
||||
|
||||
#include "PolyVox/Impl/PlatformDefinitions.h"
|
||||
#include "PlatformDefinitions.h"
|
||||
|
||||
#include "PolyVox/Vector.h"
|
||||
#include "../Vector.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
Reference in New Issue
Block a user