Fixed broken include paths causing compile errors on Linux.
This commit is contained in:
@ -25,10 +25,10 @@
|
||||
#ifndef __PolyVox_Assertions_H__
|
||||
#define __PolyVox_Assertions_H__
|
||||
|
||||
#include "PolyVox/Config.h"
|
||||
#include "../Config.h"
|
||||
|
||||
#include "PolyVox/Impl/LoggingImpl.h" // Asserts can log when they fire.
|
||||
#include "PolyVox/Impl/PlatformDefinitions.h"
|
||||
#include "LoggingImpl.h" // Asserts can log when they fire.
|
||||
#include "PlatformDefinitions.h"
|
||||
|
||||
// The code below implements a custom assert function called POLYVOX_ASSERT which has a number of advantages compared
|
||||
// to the standard C/C++ assert(). It is inspired by http://cnicholson.net/2009/02/stupid-c-tricks-adventures-in-assert/
|
||||
|
Reference in New Issue
Block a user