common: Fix a compilation failure on VS 2017

issue: https://github.com/thorvg/thorvg/issues/2512
This commit is contained in:
Hermet Park 2024-07-03 13:27:46 +09:00 committed by Hermet Park
parent 1afe834021
commit 53a570e680
5 changed files with 5 additions and 0 deletions

View file

@ -21,6 +21,7 @@
*/
#include <cstring>
#include <algorithm>
#include "tvgCommon.h"
#include "tvgMath.h"

View file

@ -23,6 +23,7 @@
#ifndef _TVG_LOTTIE_PROPERTY_H_
#define _TVG_LOTTIE_PROPERTY_H_
#include <algorithm>
#include "tvgCommon.h"
#include "tvgArray.h"
#include "tvgMath.h"

View file

@ -23,6 +23,7 @@
#ifndef _TVG_SW_COMMON_H_
#define _TVG_SW_COMMON_H_
#include <algorithm>
#include "tvgCommon.h"
#include "tvgRender.h"

View file

@ -20,6 +20,7 @@
* SOFTWARE.
*/
#include <algorithm>
#include "tvgMath.h"
#include "tvgSwCommon.h"
#include "tvgTaskScheduler.h"

View file

@ -24,6 +24,7 @@
#ifndef _TVG_WG_RENDER_DATA_H_
#define _TVG_WG_RENDER_DATA_H_
#include <algorithm>
#include "tvgWgRenderData.h"
//***********************************************************************