[Libreoffice-commits] core.git: idl/source

Stephan Bergmann sbergman at redhat.com
Fri Feb 12 07:59:03 UTC 2016


 idl/source/prj/parser.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a739f77150fc3a184102137f9677642d3e004320
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 12 08:58:39 2016 +0100

    missing include
    
    Change-Id: If579fa4cb615a5d7d6ca5c5a864393324940582f

diff --git a/idl/source/prj/parser.cxx b/idl/source/prj/parser.cxx
index 33096e5..2593c290 100644
--- a/idl/source/prj/parser.cxx
+++ b/idl/source/prj/parser.cxx
@@ -19,6 +19,8 @@
 
 #include <sal/config.h>
 
+#include <algorithm>
+
 #include <parser.hxx>
 #include <database.hxx>
 #include <globals.hxx>


More information about the Libreoffice-commits mailing list