[SCM] kodi-pvr-hts/master: Fix WIN32 build breaker (added missing include for std::min)

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:50 UTC 2016


The following commit has been merged in the master branch:
commit 9aab6ddeffeb2f97726895521c799f05b79510d6
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Sun Nov 15 20:36:41 2015 +0100

    Fix WIN32 build breaker (added missing include for std::min)

diff --git a/src/tvheadend/entity/Recording.h b/src/tvheadend/entity/Recording.h
index f96f569..a528e0f 100644
--- a/src/tvheadend/entity/Recording.h
+++ b/src/tvheadend/entity/Recording.h
@@ -21,6 +21,7 @@
  *
  */
 
+#include <algorithm>
 #include <map>
 #include <string>
 #include "kodi/xbmc_pvr_types.h"
diff --git a/src/tvheadend/entity/RecordingBase.cpp b/src/tvheadend/entity/RecordingBase.cpp
index 3c74731..edfaa77 100644
--- a/src/tvheadend/entity/RecordingBase.cpp
+++ b/src/tvheadend/entity/RecordingBase.cpp
@@ -19,6 +19,8 @@
  *
  */
 
+#include <algorithm>
+
 #include "RecordingBase.h"
 
 using namespace tvheadend::entity;

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list