From 4247f72e79a77e7cb71f60f1afd2cd14e427db8b Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Fri, 10 Mar 2023 17:58:18 +0000 Subject: [PATCH] Include hmac.h in test_base.cpp. Cherry-pick note: Compile fix only, needed for latest AOSP BoringSSL in tm-qpr-dev-plus-aosp and downstream branches, e.g. udc-*-dev. Original change description: Include what you use - this is no longer pulled in by the other headers used in this file. Bug: 272749540 Test: m Change-Id: I0d4b480e47f84f367d1a9547b89811c52073a2fc Merged-In: I0d4b480e47f84f367d1a9547b89811c52073a2fc (cherry picked from commit c785e91ec3cbed3b2d4a27c60de52eb6cfd5519a) --- libwvdrmengine/cdm/core/test/test_base.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libwvdrmengine/cdm/core/test/test_base.cpp b/libwvdrmengine/cdm/core/test/test_base.cpp index c51eb908..38f9b4b7 100644 --- a/libwvdrmengine/cdm/core/test/test_base.cpp +++ b/libwvdrmengine/cdm/core/test/test_base.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include