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:
Dan Albert 2014-08-29 16:09:32 +00:00
parent b71e89e9af
commit e5f15210fb
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
#include <assert.h>
#include <stddef.h>
#include <unwind.h>
extern "C" _Unwind_Reason_Code