Changed math.h to cmath
This commit is contained in:
parent
ccab6bcf3f
commit
b3c2ab4bce
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef CT_DEFS_H
|
||||
#define CT_DEFS_H
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include "config.h"
|
||||
|
||||
// STL includes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue