[Libreoffice-commits] core.git: idlc/source vcl/unx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Sun Dec 1 12:58:40 UTC 2019


 idlc/source/astenum.cxx                         |    4 ++++
 idlc/source/astscope.cxx                        |    4 ++++
 vcl/unx/generic/window/screensaverinhibitor.cxx |    4 ++++
 3 files changed, 12 insertions(+)

New commits:
commit f16312891d91ea078febeca13c20281632b79f66
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Nov 30 18:55:43 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Dec 1 13:57:54 2019 +0100

    missing include
    
    Change-Id: I7dc79698e642b3b971a769c57d7c7b9cfded249b
    Reviewed-on: https://gerrit.libreoffice.org/84132
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/idlc/source/astenum.cxx b/idlc/source/astenum.cxx
index 4254f7264eaa..54324337de6d 100644
--- a/idlc/source/astenum.cxx
+++ b/idlc/source/astenum.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
+
 #include <astenum.hxx>
 
 #include <registry/version.h>
diff --git a/idlc/source/astscope.cxx b/idlc/source/astscope.cxx
index 9af691501a8a..26ebcdb4090a 100644
--- a/idlc/source/astscope.cxx
+++ b/idlc/source/astscope.cxx
@@ -17,6 +17,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
+
 #include <astscope.hxx>
 #include <astbasetype.hxx>
 #include <astinterface.hxx>
diff --git a/vcl/unx/generic/window/screensaverinhibitor.cxx b/vcl/unx/generic/window/screensaverinhibitor.cxx
index b79069d08d12..87dd4ab3df7f 100644
--- a/vcl/unx/generic/window/screensaverinhibitor.cxx
+++ b/vcl/unx/generic/window/screensaverinhibitor.cxx
@@ -7,6 +7,10 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
+#include <sal/config.h>
+
+#include <functional>
+
 #include <unx/gensys.h>
 #include <unx/screensaverinhibitor.hxx>
 


More information about the Libreoffice-commits mailing list