Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
Refs #2616 <#2616>
  • Loading branch information
rom1v committed Oct 21, 2021
1 parent 691bdb9 commit 4c60963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/decoder.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "decoder.h"

#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>

#include "events.h"
Expand Down
2 changes: 2 additions & 0 deletions app/src/recorder.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include "recorder.h"

#include <assert.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/time.h>

#include "util/log.h"
Expand Down

0 comments on commit 4c60963

Please sign in to comment.