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:
Shinwoo Kim 2020-08-06 14:31:08 +09:00 committed by Hermet Park
parent 28ae7a4411
commit 4f0561697a

View file

@ -17,6 +17,7 @@
#ifndef _TVG_SVG_LOADER_CPP_
#define _TVG_SVG_LOADER_CPP_
#include <stddef.h>
#include "tvgSvgLoader.h"
#include <fstream>