libretro-dinothawr: fix gcc7 build

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

View File

@ -0,0 +1,10 @@
--- libretro-dinothawr-02821dd/utils.hpp 2017-06-02 15:32:28.527780477 +0200
+++ libretro-dinothawr-02821dd/utils.hpp 2017-06-02 15:24:23.781305524 +0200
@@ -15,6 +15,7 @@
#include <limits>
#include <memory>
#include <errno.h>
+#include <functional>
#include <pugixml/pugixml.hpp>