summaryrefslogtreecommitdiff
path: root/include/vcl/controllayout.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-23 14:04:55 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-23 14:04:55 +0100
commit799b0f0e6fb224b7adc8059ca275ad0c63654e8a (patch)
tree3e4111ee389ec71a157e0d117ee18896d4a35876 /include/vcl/controllayout.hxx
parent2e8eee25cfbcfb2a46494d9b2ef81e65831201ed (diff)
Windows build fix for VclPtr.
Change-Id: I5444658e53926b3efbc89617ac7474fc48e47773
Diffstat (limited to 'include/vcl/controllayout.hxx')
-rw-r--r--include/vcl/controllayout.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/controllayout.hxx b/include/vcl/controllayout.hxx
index f9167244e0a1..ea85d379a792 100644
--- a/include/vcl/controllayout.hxx
+++ b/include/vcl/controllayout.hxx
@@ -24,8 +24,7 @@
#include <tools/gen.hxx>
#include <vector>
#include <vcl/dllapi.h>
-
-class Control;
+#include <vcl/ctrl.hxx>
namespace vcl
{