Correct fix for mac and linux due to multiple Logging.h files

This commit is contained in:
Olivier Prat 2017-07-05 09:08:51 +02:00
parent 23bfc2c13d
commit b1b11ec756

View file

@ -1,6 +1,6 @@
#include "FadeEffect.h"
#include "TextureCache.h"
#include "Logging.h"
#include "render/Logging.h"
#include <PathUtils.h>
#include <NumericalConstants.h>