From 54f3b6d376d2569c0b077e27fd04e19216e7ba60 Mon Sep 17 00:00:00 2001 From: "John \"Juce\" Bruce" Date: Tue, 31 Mar 2015 15:38:19 -0700 Subject: [PATCH] Fix Headers in file_store.h (This is a merge of http://go/wvgerrit/13911/ from the Widevine CDM repository.) This wasn't causing problems anywhere yet, but the headers included by file_store.h were not the headers it actually needed. Change-Id: I89e6fd30efc8837ba44ce6cfd6d7a7b77db7197a --- libwvdrmengine/cdm/core/include/file_store.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libwvdrmengine/cdm/core/include/file_store.h b/libwvdrmengine/cdm/core/include/file_store.h index 6d75f66c..8e77b4f1 100644 --- a/libwvdrmengine/cdm/core/include/file_store.h +++ b/libwvdrmengine/cdm/core/include/file_store.h @@ -5,8 +5,9 @@ #ifndef WVCDM_CORE_FILE_STORE_H_ #define WVCDM_CORE_FILE_STORE_H_ -#include -#include +#include +#include +#include #include "wv_cdm_types.h"