BACKENDS: Fix Win32TaskbarManager compilation with Mingw

It was missing an include for scummsys.h and so couldn't find the defines
This commit is contained in:
Littleboy 2011-04-28 18:39:15 -04:00 committed by Julien
parent 30c0966018
commit f843b3f280

View File

@ -22,6 +22,8 @@
* $Id$
*
*/
#include "common/scummsys.h"
#if defined(WIN32) && defined(USE_TASKBAR)