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

Stephan Bergmann sbergman at redhat.com
Tue Jan 5 23:04:45 PST 2016


 idl/source/objects/types.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d79efb6070850b3a07b7d13668de8dcce6815166
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 6 08:04:19 2016 +0100

    Missing include
    
    Change-Id: Iaa59ae222c4d0453cbacb33018036802d606affc

diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index 47c2882..f208f26 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.cxx
@@ -17,7 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
 
+#include <algorithm>
 #include <ctype.h>
 #include <stdio.h>
 


More information about the Libreoffice-commits mailing list