mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
lottie_loader: fixing error with math consts
The math.h was included before the _USE_MATH_DEFINES was defined (in tvgMath.h) causing an error while MinGw was used. Since non of these header is needed directly, the header is removed.
This commit is contained in:
parent
5bb2eb06b4
commit
4786ffc315
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include "tvgLoader.h"
|
||||
#include "tvgLottieLoader.h"
|
||||
#include "tvgLottieModel.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue