ports/games/openxcom/patches/patch-src_Savegame_Craft_cpp

11 lines
252 B
Text

Index: src/Savegame/Craft.cpp
--- src/Savegame/Craft.cpp.orig
+++ src/Savegame/Craft.cpp
@@ -18,6 +18,7 @@
*/
#define _USE_MATH_DEFINES
#include "Craft.h"
+#include <algorithm>
#include <cmath>
#include <sstream>
#include "../Engine/Language.h"