From cdd2efd32bebd55103efa54f435ae579ba358eb1 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 6 Aug 2020 21:28:56 -0400 Subject: [PATCH] Replace math.h header with cmath --- include/Fraction.h | 2 +- include/FrameMapper.h | 2 +- include/KeyFrame.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Fraction.h b/include/Fraction.h index 9ffcda1f..88c16fbc 100644 --- a/include/Fraction.h +++ b/include/Fraction.h @@ -31,7 +31,7 @@ #ifndef OPENSHOT_FRACTION_H #define OPENSHOT_FRACTION_H -#include +#include namespace openshot { diff --git a/include/FrameMapper.h b/include/FrameMapper.h index 35dc8fb7..e78401a9 100644 --- a/include/FrameMapper.h +++ b/include/FrameMapper.h @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include #include "CacheMemory.h" diff --git a/include/KeyFrame.h b/include/KeyFrame.h index ee58da8f..6424473a 100644 --- a/include/KeyFrame.h +++ b/include/KeyFrame.h @@ -33,7 +33,7 @@ #include #include -#include +#include #include #include #include "Exceptions.h"