blob: b7f02406b254038b6850a27c27a4f7d17904b5a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|