Make sure math.h is included before M_PI is tested

This commit is contained in:
Loring Holden 2000-05-25 06:08:12 +00:00
parent 43b5a87fbd
commit 9e65b2c06d

View file

@ -29,6 +29,7 @@
#ifndef _MATHLIB_H
#define _MATHLIB_H
#include <math.h>
#include "qtypes.h"
#ifndef M_PI