- added missing include to gl_walls.cpp

This commit is contained in:
Christoph Oelckers 2016-02-10 20:49:06 +01:00
parent 012f10400c
commit 6a408b1a99
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include "vectors.h"
#include "r_defs.h"
#include "r_sky.h"
#include "portal.h"
#include "gl/system/gl_cvars.h"
#include "gl/renderer/gl_lightdata.h"