mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- added missing include to gl_walls.cpp
This commit is contained in:
parent
012f10400c
commit
6a408b1a99
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
#include "vectors.h"
|
#include "vectors.h"
|
||||||
#include "r_defs.h"
|
#include "r_defs.h"
|
||||||
#include "r_sky.h"
|
#include "r_sky.h"
|
||||||
|
#include "portal.h"
|
||||||
|
|
||||||
#include "gl/system/gl_cvars.h"
|
#include "gl/system/gl_cvars.h"
|
||||||
#include "gl/renderer/gl_lightdata.h"
|
#include "gl/renderer/gl_lightdata.h"
|
||||||
|
|
Loading…
Reference in a new issue