mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
svg_loader: fix build error
This patch is solving following build error. error: ‘offsetof’ was not declared in this scope Depending on build environment, this error could happen. Change-Id: I3512bb205f79a4d893cf33266db0a9109c0df886
This commit is contained in:
parent
28ae7a4411
commit
4f0561697a
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
#ifndef _TVG_SVG_LOADER_CPP_
|
||||
#define _TVG_SVG_LOADER_CPP_
|
||||
|
||||
#include <stddef.h>
|
||||
#include "tvgSvgLoader.h"
|
||||
#include <fstream>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue