Fixed broken include paths causing compile errors on Linux.
This commit is contained in:
@ -25,10 +25,10 @@
|
||||
#ifndef __PolyVox_ExceptionsImpl_H__
|
||||
#define __PolyVox_ExceptionsImpl_H__
|
||||
|
||||
#include "PolyVox/Config.h"
|
||||
#include "PolyVox/Exceptions.h"
|
||||
#include "../Config.h"
|
||||
#include "../Exceptions.h"
|
||||
|
||||
#include "PolyVox/Impl/LoggingImpl.h" // Exceptions can log when they are thrown.
|
||||
#include "LoggingImpl.h" // Exceptions can log when they are thrown.
|
||||
|
||||
#include <cstdlib> // For std::exit
|
||||
#include <iostream> // For std::cerr
|
||||
|
Reference in New Issue
Block a user