Fixed compilation errors on Mac and Linux

This commit is contained in:
Olivier Prat 2017-07-13 17:51:16 +02:00
parent 736ecf0082
commit 93218da473
3 changed files with 2 additions and 2 deletions

View file

@ -23,6 +23,7 @@
#include <PerfStat.h>
#include <render/Scene.h>
#include <DependencyManager.h>
#include <AnimationCache.h>
#include "EntityTreeRenderer.h"
#include "EntitiesRendererLogging.h"

View file

@ -16,8 +16,6 @@
#include <QStringList>
#include <ModelEntityItem.h>
#include <AnimationCache.h>
#include <model-networking\ModelCache.h>
#include "RenderableEntityItem.h"

View file

@ -14,6 +14,7 @@
#include <cassert>
#include <vector>
#include <algorithm>
namespace render {
namespace indexed_container {