summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h
index e7383fa18..710b62ee0 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -35,8 +35,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "player.h"
#include "map.h"
#include <ostream>
-#include "utility.h"
#include "activeobject.h"
+#include "util/container.h"
+#include "util/numeric.h"
class Server;
class ServerEnvironment;