diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-09 20:01:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-09 20:01:52 +0100 |
commit | a9659f30d6e50c138704f2fbc7f35cc282e7ec77 (patch) | |
tree | cda935370e14a0003868b65a6504e40cb025e266 /compilerplugins | |
parent | cbf5b21f2a65bbb342295200f6ad93a00f90733e (diff) |
No need for rtl::Reference friend, no need for #include vclptr.hxx
Change-Id: I7bdd15a93e728ef7e98a53001c6eb6b56f761a6d
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/test/vclwidgets.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/test/vclwidgets.cxx b/compilerplugins/clang/test/vclwidgets.cxx index c18c775c054a..d7926c0c4e98 100644 --- a/compilerplugins/clang/test/vclwidgets.cxx +++ b/compilerplugins/clang/test/vclwidgets.cxx @@ -8,6 +8,8 @@ */ #include <sal/config.h> + +#include <vcl/vclptr.hxx> #include <vcl/vclreferencebase.hxx> struct Widget : public VclReferenceBase |