From: havoc Date: Sun, 7 Jul 2002 23:38:28 +0000 (+0000) Subject: now includes qtypes.h X-Git-Tag: RELEASE_0_2_0_RC1~448 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ae8de3cef4ea00ae7e9051acb60cc884a5e86a29;p=xonotic%2Fdarkplaces.git now includes qtypes.h git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2008 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/mathlib.h b/mathlib.h index fecf4ead..65c187b3 100644 --- a/mathlib.h +++ b/mathlib.h @@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef MATHLIB_H #define MATHLIB_H +#include "qtypes.h" + #ifndef M_PI #define M_PI 3.14159265358979323846 // matches value in gcc v2 math.h #endif