Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit dd33440

Browse files
author
wqyfavor
committed
[Core] Add missing header so that each file can compile.
1 parent bd29205 commit dd33440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weex_core/Source/include/WeexApiValue.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
#pragma once
2121

22+
#include "stdlib.h"
23+
2224
struct WeexString {
2325
uint32_t length;
2426
uint16_t content[1];

0 commit comments

Comments
 (0)