blob: b352d0536c8b4f936ec1ec0abd4a18cc953c9be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Fix build with gcc 14
https://bugs.gentoo.org/925105
--- a/components/bsa/bsa_file.cpp
+++ b/components/bsa/bsa_file.cpp
@@ -26,6 +26,7 @@
#include <components/files/constrainedfilestream.hpp>
#include <cassert>
+#include <algorithm>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
|