We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0995042 commit cdd2efdCopy full SHA for cdd2efd
include/Fraction.h
@@ -31,7 +31,7 @@
31
#ifndef OPENSHOT_FRACTION_H
32
#define OPENSHOT_FRACTION_H
33
34
-#include <math.h>
+#include <cmath>
35
36
namespace openshot {
37
include/FrameMapper.h
@@ -33,7 +33,7 @@
#include <assert.h>
#include <iostream>
#include <vector>
38
#include <memory>
39
#include "CacheMemory.h"
include/KeyFrame.h
#include <iomanip>
#include "Exceptions.h"
0 commit comments