From a4438e09b4e04a1b1e9e5ecd27b1a22531b0bfbe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Mar 2020 16:10:46 +0200 Subject: fix ODR Orientation here clashes with Orientation in include/vcl/prntypes.hxx Change-Id: Ib68dec61990aebad6154eb2f5e00eb8680ebe196 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89888 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/filter/GraphicNativeTransform.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vcl/source/filter/GraphicNativeTransform.cxx') diff --git a/vcl/source/filter/GraphicNativeTransform.cxx b/vcl/source/filter/GraphicNativeTransform.cxx index 909795f45a90..ba6e6a194f63 100644 --- a/vcl/source/filter/GraphicNativeTransform.cxx +++ b/vcl/source/filter/GraphicNativeTransform.cxx @@ -28,6 +28,8 @@ #include "jpeg/Exif.hxx" #include "jpeg/JpegTransform.hxx" +using namespace ::exif; + GraphicNativeTransform::GraphicNativeTransform(Graphic& rGraphic) : mrGraphic(rGraphic) {} -- cgit