- added a few missing includes which were not triggered as error in a debug build.

This commit is contained in:
Christoph Oelckers 2017-03-10 09:57:10 +01:00
commit 4ed5b91b0f
11 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,7 @@
#include "v_text.h"
#include "r_utility.h"
#include "g_levellocals.h"
#include "actorinlines.h"
#include "gl/dynlights/gl_dynlight.h"
#include "gl/utility/gl_geometric.h"
#include "gl/renderer/gl_renderer.h"