summaryrefslogtreecommitdiff
path: root/kde-apps/kwave/files/kwave-21.04.1-gcc11.patch
blob: cc2e8218cf1b87060c4589ccb285f8e9e5b9fc20 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>