conky/conky-gcc7.patch

12 lines
346 B
Diff
Raw Normal View History

2017-02-20 14:45:02 +00:00
diff -up conky-1.10.6/src/luamm.hh.gcc7 conky-1.10.6/src/luamm.hh
--- conky-1.10.6/src/luamm.hh.gcc7 2017-02-20 15:31:45.145623438 +0100
+++ conky-1.10.6/src/luamm.hh 2017-02-20 15:42:02.467168585 +0100
2017-02-20 14:30:57 +00:00
@@ -26,6 +26,7 @@
#include <memory>
#include <mutex>
2017-02-20 14:45:02 +00:00
#include <exception>
2017-02-20 14:30:57 +00:00
+#include <functional>
2017-02-20 14:45:02 +00:00
#include <stdexcept>
#include <string>
2017-02-20 14:30:57 +00:00