summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-26 08:53:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-26 08:53:04 +0100
commit6d4eb665825db37d735d5906af691fd31345a1e0 (patch)
treeb14ccec683ef776a6ec0f3bd450ebed2d47fda40 /slideshow
parent229caecce438027e6d58b70c25df8ff643aa0e69 (diff)
Missing include
Change-Id: I6f2d7dc98b6c3b98a7ed27552c1e8b3b9481f619
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/wakeupevent.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/wakeupevent.cxx b/slideshow/source/engine/wakeupevent.cxx
index 5479d103516d..9f114b4ae227 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>