diff options
-rw-r--r-- | crypto/scrypt/tests/scrypt_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/scrypt/tests/scrypt_test.cpp b/crypto/scrypt/tests/scrypt_test.cpp index ffb568df9..7dfffe349 100644 --- a/crypto/scrypt/tests/scrypt_test.cpp +++ b/crypto/scrypt/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> |