Skip to content

Commit

Permalink
Add a include statement for std::optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmchut authored May 13, 2020
1 parent 9a42429 commit eff7427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mp4file.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef MP4V2_IMPL_MP4FILE_H
#define MP4V2_IMPL_MP4FILE_H

#include <optional>

namespace mp4v2 { namespace impl {

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit eff7427

Please sign in to comment.