summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-19 15:13:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-19 15:13:45 +0000
commit9af45b854438aa16933227eae3957d6653286beb (patch)
treef6106201e218a92de3b7504ddbbd6e6c37069d74
parent28f5f2d2a30a8b8690116ce7d46f6397479b26e6 (diff)
parentffa182392224f333c483ffdd6c704bcb4a02994c (diff)
downloadscrypt-9af45b854438aa16933227eae3957d6653286beb.tar.gz
Merge "external/scrypt: use proper nativehelper headers" am: a1026771cc am: 581021037c
am: ffa1823922 Change-Id: Idf17477f118123e63776cd267b57f4806772008a
-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>