git repos / saland

commit 5a3657f5

Poul Sander · 2020-10-25 13:36
5a3657f5b89bedfd8d17d87639c1ccfed726698e patch · browse files
parent 2f21163388ab1bba48415f99256e7dd73ee31558

Fix Windows compile

Changed files

M src/saland/GameRegion.cpp before
diff --git a/src/saland/GameRegion.cpp b/src/saland/GameRegion.cpp index 52558ba..3d5e5b7 100644 --- a/src/saland/GameRegion.cpp +++ b/src/saland/GameRegion.cpp
@@ -23,6 +23,7 @@ https://github.com/sago007/saland
#include "GameRegion.hpp"
#include "GameItems.hpp"
+#include <cmath>
GameRegion::GameRegion() {
Init(0, 0, "world1", false);