From e020ffd1837cd54c94bdb67f4b345bab655a2c44 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Wed, 9 Mar 2016 13:55:40 -0800 Subject: [PATCH] iwyu/sample: Update includes. Include what you use analysis based include update. Change-Id: I51b3762ec3ffb003d19a5e26c939a71f8edf18ae --- sample.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample.cpp b/sample.cpp index f46a98b..7b9b691 100644 --- a/sample.cpp +++ b/sample.cpp @@ -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 +#include #include +#include #include "mkvparser.hpp" #include "mkvreader.hpp"