Fix USE_OPENGL=0 build.

git-svn-id: https://svn.eduke32.com/eduke32@4584 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2014-08-31 11:15:23 +00:00
parent 3493302e6c
commit e8f67a9271
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@
#include "compat.h"
#include "build.h"
#include "baselayer.h"
#include "grpscan.h"

View file

@ -3,7 +3,9 @@
#include "keys.h"
#include "build.h"
#include "cache1d.h"
#include "polymer.h"
#ifdef POLYMER
# include "polymer.h"
#endif
#include "editor.h"
#include "renderlayer.h"