diff options
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> + |