Projects
home:manfred-h
kodi.binary-addons
pvr.stalker-gcc7.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pvr.stalker-gcc7.patch of Package kodi.binary-addons
From: Dave Plater <davejplater@gmail.com Date: 2017-09-29 12:14:22 +0200 Subject: input: Fix kodi.binary-addons gcc7 issues References: Packman Mailing list pvr.stalker error: 'std::function' has not been declared Index: project/cmake/addons/build/pvr.stalker/src/CWatchdog.h =================================================================== --- project/cmake/addons/build/pvr.stalker/src/CWatchdog.h.orig 2017-09-29 11:13:15.908288018 +0200 +++ project/cmake/addons/build/pvr.stalker/src/CWatchdog.h 2017-10-02 12:20:36.972629158 +0200 @@ -22,6 +22,7 @@ */ #include <thread> +#include <functional> #include "SAPI.h" Index: project/cmake/addons/build/pvr.stalker/src/SData.h =================================================================== --- project/cmake/addons/build/pvr.stalker/src/SData.h.orig 2017-09-29 12:22:17.101337713 +0200 +++ project/cmake/addons/build/pvr.stalker/src/SData.h 2017-09-29 12:44:52.219450517 +0200 @@ -23,6 +23,8 @@ #include <thread> #include <vector> +#include <functional> +#include <iostream> #include <json/json.h> #include <p8-platform/threads/mutex.h>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.