summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-08-27 10:23:55 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-27 13:09:19 +0200
commit0466c3d8b2589a2982b919145cdacc9a1eeb63ff (patch)
treea8878e4f7f585b246a6f7b7d6b46a19091a331e8 /sd
parent36543fc426f0358086484f9b8e439cf051d0e12b (diff)
CppunitTest_sd_import_tests: fix missing include
See the build failure at <https://gerrit.libreoffice.org/#/c/78049/>. Change-Id: Iad756566942d893b57276018ae8711d3ad42659a Reviewed-on: https://gerrit.libreoffice.org/78173 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/import-tests.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 45b4e8836a20..97f3345975ea 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -90,6 +90,7 @@
#include <vcl/pngread.hxx>
#include <vcl/bitmapaccess.hxx>
#include <vcl/dibtools.hxx>
+#include <svx/svdograf.hxx>
using namespace ::com::sun::star;