* commit '742d0173e8bd41e137d175c04860c532270b3f5b': libutils: Fix integer overflows in VectorImpl.
This commit is contained in:
commit
16bed9650a
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…
Add table
Reference in a new issue