Add missing include to a test case.
Some platforms get size_t defined transitively by another include, but Android does not. llvm-svn: 216738
This commit is contained in:
parent
b71e89e9af
commit
e5f15210fb
|
|
@ -7,6 +7,7 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <unwind.h>
|
#include <unwind.h>
|
||||||
|
|
||||||
extern "C" _Unwind_Reason_Code
|
extern "C" _Unwind_Reason_Code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue