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

Stephan Bergmann sbergman at redhat.com
Fri Feb 26 07:53:34 UTC 2016


 slideshow/source/engine/wakeupevent.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6d4eb665825db37d735d5906af691fd31345a1e0
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 26 08:53:04 2016 +0100

    Missing include
    
    Change-Id: I6f2d7dc98b6c3b98a7ed27552c1e8b3b9481f619

diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx
index 5479d10..9f114b4 100644
--- a/slideshow/source/engine/wakeupevent.cxx
+++ b/slideshow/source/engine/wakeupevent.cxx
@@ -17,6 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <sal/config.h>
+
+#include <algorithm>
 
 #include <wakeupevent.hxx>
 


More information about the Libreoffice-commits mailing list