Skip to content

Commit

Permalink
Bug 1407063 - Fix non-unified build in SinfParser.cpp. r=gerald
Browse files Browse the repository at this point in the history
The Stream class is used in this compilation unit so the Stream.h header needs
to be included.

MozReview-Commit-ID: 54X1UKuydUy

--HG--
extra : rebase_source : 96585c678b163fd7506b60ba3c2390d6f8b51d33
  • Loading branch information
philn committed Oct 5, 2017
1 parent 71f0559 commit b93692b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media/libstagefright/binding/SinfParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "mp4_demuxer/SinfParser.h"
#include "mp4_demuxer/AtomType.h"
#include "mp4_demuxer/Box.h"
#include "mp4_demuxer/Stream.h"

namespace mp4_demuxer {

Expand Down

0 comments on commit b93692b

Please sign in to comment.