- missing #includes in GL code.

This commit is contained in:
Christoph Oelckers 2016-02-16 22:01:04 +01:00
commit bd9907f20f
10 changed files with 15 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include "gl/system/gl_system.h"
#include "doomtype.h"
#include "p_local.h"
#include "r_state.h"
#include "m_argv.h"
#include "c_cvars.h"
#include "gl/system/gl_interface.h"