aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-09-22 12:12:19 -0700
committerMarat Dukhan <marat@fb.com>2017-09-22 12:12:19 -0700
commitc7c0999e305ab26239412f3414da2d83819a92db (patch)
tree35a01651d6fbc8614e5e14c7c2d9d3e39217e6a4 /test
parentc1852c7fcd59cee561e3aad9fdd11456aa353ac4 (diff)
downloadcpuinfo-c7c0999e305ab26239412f3414da2d83819a92db.tar.gz
Compatibility with older Android NDK versions
Diffstat (limited to 'test')
-rw-r--r--test/arm-cache.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arm-cache.cc b/test/arm-cache.cc
index 7b5a544..4c517a2 100644
--- a/test/arm-cache.cc
+++ b/test/arm-cache.cc
@@ -1,5 +1,7 @@
#include <gtest/gtest.h>
+#include <cstdint>
+
#include <cpuinfo.h>
extern "C" {
#include <arm/api.h>