commit | e6eec1e862a0765a93bba93870fc4bb086865b57 | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Wed Nov 09 13:24:03 2011 -0800 |
committer | Conley Owens <cco3@android.com> | Wed Nov 09 16:08:40 2011 -0800 |
tree | e23931b188a159b104d51665d8c0715bd412e75c | |
parent | 2ae00dcfeddad61a0df358a6f91b100f919cdb12 [diff] |
Explicitly include stddef in gtest-param-util In gcc 4.6.1 (default in an Ubuntu 11.10 environment) stddef is not implicitly included by including vector (or other libraries included in this file). This is needed for ptrdiff_t which is used on L123. Change-Id: Id3e22e4e8155b343acaa5672c570d748270b2dce