Fixed compilation of non-Windows targets

src/hwrenderer/dynlights/hw_aabbtree.h:45:2: error: no template named 'TArray'
src/hwrenderer/dynlights/hw_aabbtree.h:48:2: error: no template named 'TArray'
This commit is contained in:
alexey.lysiuk 2018-04-29 16:12:33 +03:00
parent 06d20e13b8
commit e9d84b8820
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include "tarray.h"
#include "vectors.h"
namespace hwrenderer

View file

@ -2,7 +2,6 @@
#pragma once
#include "hw_aabbtree.h"
#include "tarray.h"
#include "stats.h"
#include <memory>