Fixed broken include paths causing compile errors on Linux.
This commit is contained in:
@ -25,12 +25,11 @@
|
||||
#ifndef __PolyVox_LoggingImpl_H__
|
||||
#define __PolyVox_LoggingImpl_H__
|
||||
|
||||
#include "PolyVox/Config.h"
|
||||
#include "PolyVox/Logging.h"
|
||||
#include "../Config.h"
|
||||
#include "../Logging.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
namespace Impl
|
||||
|
Reference in New Issue
Block a user