[Common/Typedef] Include a header file 'stddef.h' to use 'size_t'
authorWook Song <wook16.song@samsung.com>
Tue, 23 Oct 2018 04:36:10 +0000 (13:36 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Tue, 23 Oct 2018 08:26:19 +0000 (17:26 +0900)
commit06feff467defaa264b88931977b93fa03c6a752e
tree6f0ef02e373754d361cdffd565d1e85d215390c0
parentfa0c2804ffb053169d1b1d00c5ee489ba145dea9
[Common/Typedef] Include a header file 'stddef.h' to use 'size_t'

Since tensor_typedef.h uses size_t without including any header files
that define it, it is failed to build a custom filter which includes the
tensor_typedef.h when headers defining 'size_t' is not included
anywhere. This patch fixes this issue.

Signed-off-by: Wook Song <wook16.song@samsung.com>
include/tensor_typedef.h