From: Rudolf Polzer Date: Sun, 1 May 2011 19:36:07 +0000 (+0200) Subject: more includes X-Git-Tag: xonotic-v0.5.0~28^2~4 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=5f301ec16ec3c7997380d449bdeffac07d10a572 more includes --- diff --git a/contrib/bobtoolz/DPatch.h b/contrib/bobtoolz/DPatch.h index 5a956f92..a10773d6 100644 --- a/contrib/bobtoolz/DPatch.h +++ b/contrib/bobtoolz/DPatch.h @@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #define AFX_DPATCH_H__26C6B083_CE5B_420B_836B_1DDA733C04CE__INCLUDED_ #include +#include typedef struct { diff --git a/contrib/bobtoolz/DShape.h b/contrib/bobtoolz/DShape.h index 3c4ed75e..29bca7fc 100644 --- a/contrib/bobtoolz/DShape.h +++ b/contrib/bobtoolz/DShape.h @@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #pragma once #endif // _MSC_VER > 1000 +#include #include "mathlib.h" #include "DMap.h" class DBrush;