Changed math.h to cmath

This commit is contained in:
Harry Moffat 2006-04-30 22:08:33 +00:00
parent ccab6bcf3f
commit b3c2ab4bce

View file

@ -17,7 +17,7 @@
#ifndef CT_DEFS_H
#define CT_DEFS_H
#include <math.h>
#include <cmath>
#include "config.h"
// STL includes