From db6a1af1697d89803c35aaf6efbe262af38dc799 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 4 Jan 2009 22:37:05 +0000 Subject: Adding REVISION() macro to all source files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8217 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 12f35cbef2..e06da1fa3f 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -455,5 +455,6 @@ inline void UNUSED(const volatile T &) // And now headers we want precompiled #include +#include "version.h" #endif -- cgit v1.2.3-54-g00ecf