iwyu/webm2pes: Update includes.

Include what you use analysis based include update.

Change-Id: Ib390c6a669d31ec298a4db407a50904576b99d91
This commit is contained in:
Tom Finegan 2016-03-09 14:37:27 -08:00
parent 110e79790b
commit c1d6a70204
2 changed files with 3 additions and 0 deletions

View File

@ -7,7 +7,9 @@
// be found in the AUTHORS file in the root of the source tree.
#include "m2ts/webm2pes.h"
#include <cstdio>
#include <cstring>
#include <new>
#include <vector>
#include "common/libwebm_util.h"

View File

@ -8,6 +8,7 @@
#ifndef LIBWEBM_M2TS_WEBM2PES_H_
#define LIBWEBM_M2TS_WEBM2PES_H_
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>