From 22037459e321cfe51719c58f492145d39b48c196 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 13 Dec 2010 11:51:53 +0200 Subject: fixes for vc++ --- src/voxel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/voxel.h') diff --git a/src/voxel.h b/src/voxel.h index 472f0740d..43e0baa7a 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -25,6 +25,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "debug.h" #include "mapnode.h" +#undef min +#undef max + /* A fast voxel manipulator class -- cgit v1.2.3