From 3e85cc8bfccf63236e815eba64acd99fbe154daf Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 18 Oct 2011 14:49:43 +0200 Subject: New Label and LED widgets. --- plugingui/globalcontext.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugingui/globalcontext.h') diff --git a/plugingui/globalcontext.h b/plugingui/globalcontext.h index 625ba3d..2aa083b 100644 --- a/plugingui/globalcontext.h +++ b/plugingui/globalcontext.h @@ -31,6 +31,10 @@ #include #endif/*X11*/ +#ifdef WIN32 +#include +#endif/*WIN32*/ + #include class Widget; @@ -44,9 +48,7 @@ public: #ifdef X11 Display *display; - std::map widgets; - #endif/*X11*/ }; -- cgit v1.2.3