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
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
#ifndef WVCDM_CORE_FILE_STORE_H_
|
||||
#define WVCDM_CORE_FILE_STORE_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "wv_cdm_types.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user