* commit '110f705e1077b388a69814e9cdd2907a6ad7d5bb': libutils: Fix integer overflows in VectorImpl.
This commit is contained in:
commit
661600dd0f
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