From 3515b670d201aab581147e062fe47ea6be918980 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 29 Jan 2005 13:33:14 +0000 Subject: (svn r1714) Add missing include --- map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'map.h') diff --git a/map.h b/map.h index a786e10a3..b504cb209 100644 --- a/map.h +++ b/map.h @@ -1,6 +1,8 @@ #ifndef MAP_H #define MAP_H +#include "stdafx.h" + #define TILE_FROM_XY(x,y) (int)((((y) >> 4) << MapLogX()) + ((x) >> 4)) #define TILE_XY(x,y) (((y) << MapLogX()) + (x)) -- cgit v1.2.3-54-g00ecf