mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 04:24:28 +00:00
common: Fix a compilation failure on VS 2017
issue: https://github.com/thorvg/thorvg/issues/2512
This commit is contained in:
parent
1afe834021
commit
53a570e680
5 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include "tvgCommon.h"
|
#include "tvgCommon.h"
|
||||||
#include "tvgMath.h"
|
#include "tvgMath.h"
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#ifndef _TVG_LOTTIE_PROPERTY_H_
|
#ifndef _TVG_LOTTIE_PROPERTY_H_
|
||||||
#define _TVG_LOTTIE_PROPERTY_H_
|
#define _TVG_LOTTIE_PROPERTY_H_
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include "tvgCommon.h"
|
#include "tvgCommon.h"
|
||||||
#include "tvgArray.h"
|
#include "tvgArray.h"
|
||||||
#include "tvgMath.h"
|
#include "tvgMath.h"
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
#ifndef _TVG_SW_COMMON_H_
|
#ifndef _TVG_SW_COMMON_H_
|
||||||
#define _TVG_SW_COMMON_H_
|
#define _TVG_SW_COMMON_H_
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include "tvgCommon.h"
|
#include "tvgCommon.h"
|
||||||
#include "tvgRender.h"
|
#include "tvgRender.h"
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include "tvgMath.h"
|
#include "tvgMath.h"
|
||||||
#include "tvgSwCommon.h"
|
#include "tvgSwCommon.h"
|
||||||
#include "tvgTaskScheduler.h"
|
#include "tvgTaskScheduler.h"
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#ifndef _TVG_WG_RENDER_DATA_H_
|
#ifndef _TVG_WG_RENDER_DATA_H_
|
||||||
#define _TVG_WG_RENDER_DATA_H_
|
#define _TVG_WG_RENDER_DATA_H_
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include "tvgWgRenderData.h"
|
#include "tvgWgRenderData.h"
|
||||||
|
|
||||||
//***********************************************************************
|
//***********************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue