include/vcl/GraphicExternalLink.hxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 9eb42e3c36b2558d33be4808202441ca7ce8af70
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Jul 13 13:01:31 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Jul 13 15:27:14 2022 +0200

    fix #include location
    
    added in
        commit 54a97eb9ddd66294f303189ca12ef726177453cb
        Author: Noel Grandin <noel.gran...@collabora.co.uk>
        Date:   Tue Jul 12 15:52:29 2022 +0200
        clang-tidy modernize-pass-by-value in vcl
    
    Change-Id: If1f468bc6d601809e3a7802f4414c3a49e54c2c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137018
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/vcl/GraphicExternalLink.hxx 
b/include/vcl/GraphicExternalLink.hxx
index 9f825688b672..58317f828c9d 100644
--- a/include/vcl/GraphicExternalLink.hxx
+++ b/include/vcl/GraphicExternalLink.hxx
@@ -1,5 +1,3 @@
-#include <utility>
-
 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * This file is part of the LibreOffice project.
@@ -14,6 +12,7 @@
 
 #include <vcl/dllapi.h>
 #include <rtl/ustring.hxx>
+#include <utility>
 
 class VCL_DLLPUBLIC GraphicExternalLink
 {

Reply via email to