pvr.stalker: fix gcc7 build

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-06-02 15:30:39 +02:00
parent 7b3eef0056
commit 8dafab2f86
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -0,0 +1,11 @@
--- pvr.stalker-151e3d3/src/CWatchdog.h 2017-05-22 13:38:16.000000000 +0200
+++ pvr.stalker-151e3d3/src/CWatchdog.h 2017-06-02 09:24:34.357505179 +0200
@@ -20,7 +20,7 @@
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
*/
-
+#include <functional>
#include <thread>
#include "SAPI.h"