From 3d25fe42f34589bd10a92929c442c2cd7f607309 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Sun, 10 Apr 2011 20:53:39 +0300
Subject: [PATCH] missing include for server build

---
 src/map.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/map.cpp b/src/map.cpp
index 8d79ae366..c258d157b 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "porting.h"
 #include "mineral.h"
 #include "noise.h"
+#include "serverobject.h"
 
 /*
 	Map
-- 
GitLab