From e902c1dbf887d58cd370a86bc676c5297cfffad5 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 08:03:13 -0700 Subject: MSVC: add tiles build support Signed-off-by: Steven Noonan --- crawl-ref/source/AppHdr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 6a7a4adf48..ef65c1288f 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -519,6 +519,10 @@ inline void UNUSED(const volatile T &) #include "externs.h" #include "version.h" +#ifdef TARGET_COMPILER_VC +#include "libw32c.h" +#endif + #endif #endif -- cgit v1.2.3-54-g00ecf