mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
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:
parent
06d20e13b8
commit
e9d84b8820
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "tarray.h"
|
||||
#include "vectors.h"
|
||||
|
||||
namespace hwrenderer
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "hw_aabbtree.h"
|
||||
#include "tarray.h"
|
||||
#include "stats.h"
|
||||
#include <memory>
|
||||
|
||||
|
|
Loading…
Reference in a new issue