Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed Feb 14, 2024
1 parent 498a853 commit acabc42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/packager/packager.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <cstdint>
#include <memory>
#include <optional>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions packager/media/event/muxer_listener_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define PACKAGER_MEDIA_EVENT_MUXER_LISTENER_FACTORY_H_

#include <memory>
#include <optional>
#include <string>
#include <vector>

Expand Down

0 comments on commit acabc42

Please sign in to comment.