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:
John "Juce" Bruce
2015-03-31 15:38:19 -07:00
parent a7d2f57bfb
commit 54f3b6d376

View File

@@ -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"