iwyu/sample: Update includes.

Include what you use analysis based include update.

Change-Id: I51b3762ec3ffb003d19a5e26c939a71f8edf18ae
This commit is contained in:
Tom Finegan
2016-03-09 13:55:40 -08:00
parent 18834bcad0
commit e020ffd183

View File

@@ -8,8 +8,10 @@
//
// This sample application demonstrates how to use the Matroska parser
// library, which allows clients to handle a Matroska format file.
#include <cstdio>
#include <cstdlib>
#include <memory>
#include <new>
#include "mkvparser.hpp"
#include "mkvreader.hpp"