blob: 14eefe8e3d246ec4ca6921aced7930be61f72384 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/client/sound/sound_data.cpp 2024-07-19 15:56:00.688697972 +0200
+++ b/src/client/sound/sound_data.cpp 2024-07-19 15:51:05.018522685 +0200
@@ -22,6 +22,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <algorithm>
#include "sound_data.h"
#include "sound_constants.h"
|