d40af1dc45
PR: 239633 Submitted by: pkubaj@FreeBSD.org
10 lines
246 B
C++
10 lines
246 B
C++
--- src/Savegame/Craft.cpp.orig 2019-08-03 22:32:11 UTC
|
|
+++ 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"
|