summaryrefslogtreecommitdiff
path: root/include/vcl/vclevent.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-23 11:26:44 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-23 11:26:44 +0100
commit6cf6e2da24787e7a1238ba105e954946edd2c8cb (patch)
treef606aa10a5071ad023a22dcd5eacb9b9e0f0eb62 /include/vcl/vclevent.hxx
parent203c5c6706ac3ad44bf3fb23b689b2de8d3f872b (diff)
Windows compile fix for VclPtr intersection with events.
Unfortunately, not incredibly elegant for now. Change-Id: I4ac2e6e013671e7d7830f9555c5bd6bb6b7529b8
Diffstat (limited to 'include/vcl/vclevent.hxx')
-rw-r--r--include/vcl/vclevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index a6a809ffb460..99f329e8da65 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -25,13 +25,13 @@
#include <vcl/dllapi.h>
#include <vcl/impdel.hxx>
#include <vcl/vclptr.hxx>
+#include <vcl/window.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <list>
#include <vector>
-namespace vcl { class Window; }
class Menu;
namespace com { namespace sun { namespace star {