Fixed broken include paths causing compile errors on Linux.

This commit is contained in:
David Williams
2016-01-24 13:15:51 +00:00
parent 8d9fffd4c6
commit 5644f837ca
14 changed files with 25 additions and 26 deletions

View File

@ -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