mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
d40af1dc45
PR: 239633 Submitted by: pkubaj@FreeBSD.org
11 lines
283 B
C++
11 lines
283 B
C++
--- src/Engine/Language.cpp.orig 2019-08-03 22:25:23 UTC
|
|
+++ src/Engine/Language.cpp
|
|
@@ -17,6 +17,7 @@
|
|
* along with OpenXcom. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
#include "Language.h"
|
|
+#include <algorithm>
|
|
#include <assert.h>
|
|
#include <locale>
|
|
#include <fstream>
|