GCW0: Fix compilation

This commit is contained in:
Cameron Cawley 2020-03-27 23:27:37 +00:00
parent d6a02740a8
commit 4c3c910028

View File

@ -22,7 +22,7 @@
#include "common/scummsys.h"
#if defined(GPH_DEVICE) || defined(DINGUX)
#if (defined(GPH_DEVICE) || defined(DINGUX)) && defined(USE_SCALERS)
#include "backends/graphics/downscalesdl/downscalesdl-graphics.h"
#include "backends/events/sdl/sdl-events.h"