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

Commit

Permalink
[Core] Add missing header so that each file can compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
wqyfavor committed Mar 6, 2019
1 parent bd29205 commit dd33440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weex_core/Source/include/WeexApiValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#pragma once

#include "stdlib.h"

struct WeexString {
uint32_t length;
uint16_t content[1];
Expand Down

0 comments on commit dd33440

Please sign in to comment.