* commit '661600dd0f0bf48289f69915c6b9844436702a90': libutils: Fix integer overflows in VectorImpl.
This commit is contained in:
commit
742d0173e8
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