summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:16:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:16:45 +0000
commitda42ed72b295a0e1cd170b78c0ae484a7172131c (patch)
treef6106201e218a92de3b7504ddbbd6e6c37069d74
parent9b4f76d5c1a591e76fa07e04678687fb020d22e5 (diff)
parent9af45b854438aa16933227eae3957d6653286beb (diff)
downloadscrypt-da42ed72b295a0e1cd170b78c0ae484a7172131c.tar.gz
Merge "external/scrypt: use proper nativehelper headers" am: a1026771cc am: 581021037c am: ffa1823922
am: 9af45b8544 Change-Id: I1855c2a0f3e948ae88309dc510aab345586a539b
-rw-r--r--tests/scrypt_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrypt_test.cpp b/tests/scrypt_test.cpp
index ffb568d..7dfffe3 100644
--- a/tests/scrypt_test.cpp
+++ b/tests/scrypt_test.cpp
@@ -15,7 +15,7 @@
*/
#define LOG_TAG "scrypt_test"
-#include <UniquePtr.h>
+#include <nativehelper/UniquePtr.h>
#include <utils/Log.h>
#include <gtest/gtest.h>