]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
now includes qtypes.h
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 7 Jul 2002 23:38:28 +0000 (23:38 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 7 Jul 2002 23:38:28 +0000 (23:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2008 d7cf8633-e32d-0410-b094-e92efae38249

mathlib.h

index fecf4eadb5d2a6e1252b513965296ad5e74603b8..65c187b3ab542c4d5fc76d5c9fdab7e7f444d500 100644 (file)
--- 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