From e47233ecf69ac935555b8f412889b54353b118f1 Mon Sep 17 00:00:00 2001 From: "John W. Bruce" Date: Wed, 3 Jun 2020 16:21:57 -0700 Subject: [PATCH] Add to device_files.cpp (This is a merge of http://go/wvgerrit/101423 to Android.) This header was missing. On the STL used inside Google, it gets included transitively, but this is not guaranteed and broke in a partner's STL. Bug: 154185251 Test: Android Build Test: CE CDM Build and Unit Tests Change-Id: If8df7e288073e69250f98d67f732804a955bbaa3 --- libwvdrmengine/cdm/core/src/device_files.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libwvdrmengine/cdm/core/src/device_files.cpp b/libwvdrmengine/cdm/core/src/device_files.cpp index c49c34db..f49d8f83 100644 --- a/libwvdrmengine/cdm/core/src/device_files.cpp +++ b/libwvdrmengine/cdm/core/src/device_files.cpp @@ -6,6 +6,7 @@ #include +#include #include #include "certificate_provisioning.h"