BACKENDS: Attempt to fix buildbot targets

This commit is contained in:
Paweł Kołodziejski 2020-10-14 07:06:18 +02:00
parent 24e1c8008c
commit e3cd0da0df
7 changed files with 12 additions and 13 deletions

View file

@ -22,7 +22,7 @@
#include "common/textconsole.h"
#if defined(USE_OPENGL_GAME)
#if defined(USE_OPENGL_GAME) || defined(USE_OPENGL_SHADERS) || defined(USE_GLES2)
#include "graphics/opengl/tiledsurface.h"