- 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

@ -44,6 +44,7 @@
#include "colormatcher.h"
#include "i_system.h"
#include "p_local.h"
#include "p_tags.h"
#include "p_lnspec.h"
#include "c_dispatch.h"
#include "r_sky.h"