summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2015-09-19 17:26:28 -0700
committerBrian Carlstrom <bdc@google.com>2015-09-19 17:29:42 -0700
commit110f705e1077b388a69814e9cdd2907a6ad7d5bb (patch)
tree65901e07cf577fa1c88f4406af63cdf5fd0ebfba /libutils
parentc609c31fb56ae434caa2d0153cd0a2f74a715071 (diff)
parent832a0d1c64bc3d451f95c8779a361414c544b5ce (diff)
downloadsystem_core-110f705e1077b388a69814e9cdd2907a6ad7d5bb.zip
system_core-110f705e1077b388a69814e9cdd2907a6ad7d5bb.tar.gz
system_core-110f705e1077b388a69814e9cdd2907a6ad7d5bb.tar.bz2
resolved conflicts for 832a0d1c to mnc-dev
Change-Id: Ic46ee60de7bc500f4e1d5fe841524db80918a8d9
Diffstat (limited to 'libutils')
-rw-r--r--libutils/tests/Vector_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutils/tests/Vector_test.cpp b/libutils/tests/Vector_test.cpp
index 09914bd..96d3168 100644
--- a/libutils/tests/Vector_test.cpp
+++ b/libutils/tests/Vector_test.cpp
@@ -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>