Replace math.h header with cmath

This commit is contained in:
FeRD (Frank Dana)
2020-08-06 21:28:56 -04:00
parent 099504246b
commit cdd2efd32b
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
#ifndef OPENSHOT_FRACTION_H
#define OPENSHOT_FRACTION_H
#include <math.h>
#include <cmath>
namespace openshot {

View File

@@ -33,7 +33,7 @@
#include <assert.h>
#include <iostream>
#include <math.h>
#include <cmath>
#include <vector>
#include <memory>
#include "CacheMemory.h"

View File

@@ -33,7 +33,7 @@
#include <iostream>
#include <iomanip>
#include <math.h>
#include <cmath>
#include <assert.h>
#include <vector>
#include "Exceptions.h"