summaryrefslogtreecommitdiff
path: root/include/vcl/event.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/event.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/event.hxx')
-rw-r--r--include/vcl/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index d6829d5a76f1..89929d085018 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -28,9 +28,9 @@
#include <vcl/settings.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/window.hxx>
class AllSettings;
-namespace vcl { class Window; }
struct IDataObject;
namespace com { namespace sun { namespace star { namespace awt {