summarylogtreecommitdiffstats
path: root/include_functional.patch
diff options
context:
space:
mode:
Diffstat (limited to 'include_functional.patch')
-rw-r--r--include_functional.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/include_functional.patch b/include_functional.patch
new file mode 100644
index 000000000000..5010b3cb35fd
--- /dev/null
+++ b/include_functional.patch
@@ -0,0 +1,10 @@
+diff -bur conky-1.10.6-orig/src/luamm.hh conky-1.10.6/src/luamm.hh
+--- conky-1.10.6-orig/src/luamm.hh 2016-12-04 17:13:57.000000000 +0200
++++ conky-1.10.6/src/luamm.hh 2017-05-31 20:05:59.000000000 +0300
+@@ -28,6 +28,7 @@
+ #include <exception>
+ #include <stdexcept>
+ #include <string>
++#include <functional>
+
+ #include <lua.hpp>