diff options
Diffstat (limited to 'kde-apps/kwave/files/kwave-21.04.1-gcc11.patch')
-rw-r--r-- | kde-apps/kwave/files/kwave-21.04.1-gcc11.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch b/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch new file mode 100644 index 000000000000..cc2e8218cf1b --- /dev/null +++ b/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch @@ -0,0 +1,12 @@ +diff --git a/plugins/codec_wav/WavDecoder.cpp b/plugins/codec_wav/WavDecoder.cpp +index 9430404..2390c08 100644 +--- a/plugins/codec_wav/WavDecoder.cpp ++++ b/plugins/codec_wav/WavDecoder.cpp +@@ -18,6 +18,7 @@ + #include "config.h" + #include <stdlib.h> + #include <new> ++#include <limits> + + #include <audiofile.h> + |