webvtt: Fix include in vttreader.

Change-Id: I270acebca3e38114362af4d682d5034fda942c84
This commit is contained in:
Tom Finegan 2016-03-30 10:51:40 -07:00
parent e6ed0f4817
commit 6481c24a19

View File

@ -6,7 +6,7 @@
// in the file PATENTS. All contributing project authors may
// be found in the AUTHORS file in the root of the source tree.
#include "./vttreader.h" // NOLINT
#include "webvtt/vttreader.h"
namespace libwebvtt {