From 08dfd263ba496b0c1f6ddbe9b3eefa9a5cea57a4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Apr 2013 23:52:54 +0200 Subject: GlobalEvents: include windows.h for DELETE macro workaround --- src/GlobalEvents.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GlobalEvents.hxx') diff --git a/src/GlobalEvents.hxx b/src/GlobalEvents.hxx index 2e549305b..fac116935 100644 --- a/src/GlobalEvents.hxx +++ b/src/GlobalEvents.hxx @@ -21,6 +21,7 @@ #define MPD_GLOBAL_EVENTS_HXX #ifdef WIN32 +#include /* DELETE is a WIN32 macro that poisons our namespace; this is a kludge to allow us to use it anyway */ #ifdef DELETE -- cgit v1.2.3