Add Missing Header Guards To Cue Aligner

Change-Id: I0f9e892172932dc560101865df6539736388721a
This commit is contained in:
Aaron Vaage 2018-04-26 10:06:05 -07:00
parent 56c2f227ff
commit 2563ae7fe9
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,9 @@
// license that can be found in the LICENSE file or at // license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd // https://developers.google.com/open-source/licenses/bsd
#ifndef PACKAGER_MEDIA_CHUNKING_CUE_ALIGNMENT_HANDLER_
#define PACKAGER_MEDIA_CHUNKING_CUE_ALIGNMENT_HANDLER_
#include <list> #include <list>
#include "packager/media/base/media_handler.h" #include "packager/media/base/media_handler.h"
@ -81,3 +84,5 @@ class CueAlignmentHandler : public MediaHandler {
} // namespace media } // namespace media
} // namespace shaka } // namespace shaka
#endif // PACKAGER_MEDIA_CHUNKING_CUE_ALIGNMENT_HANDLER_