From 9e09f35525987397cc65cd0432baa491bba6d7a1 Mon Sep 17 00:00:00 2001 From: panurgomatic Date: Sun, 23 Jan 2011 07:27:30 +0000 Subject: [PATCH] - Missing #include from my previous commit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@904 316c924e-a436-60f5-8080-3fe189b3f50e --- tgstation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/tgstation.dme b/tgstation.dme index 26ff920b796..432da285818 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -421,6 +421,7 @@ #include "code\game\magic\cultist\ritual.dm" #include "code\game\magic\cultist\runes.dm" #include "code\game\magic\cultist\specialtalisman.dm" +#include "code\game\mecha\construction_datum.dm" #include "code\game\mecha\global_iterator.dm" #include "code\game\mecha\mech_bay.dm" #include "code\game\mecha\mecha.dm"