diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-23 14:04:55 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-23 14:04:55 +0100 |
commit | 799b0f0e6fb224b7adc8059ca275ad0c63654e8a (patch) | |
tree | 3e4111ee389ec71a157e0d117ee18896d4a35876 | |
parent | 2e8eee25cfbcfb2a46494d9b2ef81e65831201ed (diff) |
Windows build fix for VclPtr.
Change-Id: I5444658e53926b3efbc89617ac7474fc48e47773
-rw-r--r-- | include/vcl/controllayout.hxx | 3 |
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 { |