From 9e65b2c06dc2b277a5accc075ac8797d6df8c60b Mon Sep 17 00:00:00 2001 From: Loring Holden Date: Thu, 25 May 2000 06:08:12 +0000 Subject: [PATCH] Make sure math.h is included before M_PI is tested --- include/mathlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mathlib.h b/include/mathlib.h index 2b0f746..9e1efab 100644 --- a/include/mathlib.h +++ b/include/mathlib.h @@ -29,6 +29,7 @@ #ifndef _MATHLIB_H #define _MATHLIB_H +#include #include "qtypes.h" #ifndef M_PI