summarylogtreecommitdiffstats
path: root/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'include.patch')
-rw-r--r--include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/include.patch b/include.patch
new file mode 100644
index 000000000000..fd3afb89004c
--- /dev/null
+++ b/include.patch
@@ -0,0 +1,11 @@
+
+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>