mirror of
https://github.com/overte-org/overte.git
synced 2025-08-18 21:10:44 +02:00
Fixed compilation errors on Mac and Linux
This commit is contained in:
parent
736ecf0082
commit
93218da473
3 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <PerfStat.h>
|
||||
#include <render/Scene.h>
|
||||
#include <DependencyManager.h>
|
||||
#include <AnimationCache.h>
|
||||
|
||||
#include "EntityTreeRenderer.h"
|
||||
#include "EntitiesRendererLogging.h"
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#include <QStringList>
|
||||
|
||||
#include <ModelEntityItem.h>
|
||||
#include <AnimationCache.h>
|
||||
#include <model-networking\ModelCache.h>
|
||||
|
||||
#include "RenderableEntityItem.h"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
namespace render {
|
||||
namespace indexed_container {
|
||||
|
|
Loading…
Reference in a new issue