openmw: add missing include

This commit is contained in:
John 2025-04-22 10:57:22 +02:00
parent 73fd48fdc2
commit 934c41a1fc

View File

@ -0,0 +1,10 @@
--- a/components/bsa/bsa_file.cpp 2023-08-08 11:23:20.000000000 +0200
+++ - 2025-04-22 10:55:08.517484675 +0200
@@ -26,6 +26,7 @@
#include <components/files/constrainedfilestream.hpp>
#include <cassert>
+#include <algorithm>
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>