* commit '16bed9650aa493194b4091700ac81c9c882d96b2': libutils: Fix integer overflows in VectorImpl.
This commit is contained in:
commit
7ae1d6590b
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
|
||||
#define LOG_TAG "Vector_test"
|
||||
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#include <stdint.h>
|
||||
#include <utils/Vector.h>
|
||||
#include <cutils/log.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
|
Loading…
Reference in a new issue