diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-07 09:09:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-07 09:09:35 +0000 |
commit | a3fdcc1a8cee8485ad0a3777c0652aee4568517b (patch) | |
tree | 1a51b1201c9375ab8f7aaf0e03c48c62fa2d0341 /vcl | |
parent | 28607477bb25edd08c42a7a1a2040a65000126de (diff) |
incomplete type Graphic
Change-Id: I471d43be4b34f3bdb3db5b5ff316ff0a414c8996
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/workben/commonfuzzer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index ec1d22948cfb..9b6f5728572c 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -20,6 +20,7 @@ #include <rtl/strbuf.hxx> #include <osl/file.hxx> #include <osl/process.h> +#include <vcl/graph.hxx> #include <vcl/print.hxx> #include <vcl/svapp.hxx> #include <vcl/wmf.hxx> |