ports/games/openxcom/patches/patch-src_Savegame_Craft_cpp

12 lines
252 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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"