]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
now includes qtypes.h
[xonotic/darkplaces.git] / 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