diff options
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 |