+ 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

@@ -29,7 +29,7 @@
#endif
#ifndef _PreComp_
#include <math.h>
#include <cmath>
#endif
#include "DlgSettingsColorGradientImp.h"