From fb7952f57e07c68cc66a3ec69f86694057f89def Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Feb 2018 14:58:50 -0800 Subject: Don't use cutils/Atomic.h Test: builds Change-Id: I74485a5cbecb8710714f7bf3e54da61dd787838f --- native/android/storage_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/android') diff --git a/native/android/storage_manager.cpp b/native/android/storage_manager.cpp index 137b72cf14e3..bf15b8d075e7 100644 --- a/native/android/storage_manager.cpp +++ b/native/android/storage_manager.cpp @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b