diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-03-23 00:05:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2020-03-23 00:05:05 +0300 |
commit | 8236726e079fa81d83b8a06ec844bd1333674556 (patch) | |
tree | 2f6e98c0af1d58d0253717ee1a834de602ea62c8 /packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch | |
parent | 5204d77a9aba7c529ff327dd240dd84897f71b04 (diff) |
kcollectd added
Diffstat (limited to 'packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch')
-rw-r--r-- | packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch b/packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch new file mode 100644 index 0000000..993ebc6 --- /dev/null +++ b/packages/sys-analyzer/kcollectd/files/gcc9-build-fix.patch @@ -0,0 +1,12 @@ +diff --git a/kcollectd/gui.cc b/kcollectd/gui.cc +index 8baabb8..a344f47 100644 +--- a/kcollectd/gui.cc ++++ b/kcollectd/gui.cc +@@ -21,6 +21,7 @@ + #include <iostream> + #include <set> + #include <sstream> ++#include <stack> + + #include <boost/filesystem.hpp> + |