+ Replace math.h with cmath

This commit is contained in:
wmayer
2014-01-05 11:25:40 +01:00
parent 3b1513e940
commit 3fe720f3bc
26 changed files with 26 additions and 26 deletions

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
#include <math.h>
#include <cmath>
#include "Definitions.h"