Skip to content

Commit

Permalink
Merge pull request #4 from re2zero/main
Browse files Browse the repository at this point in the history
fix: build failed with Qt5.11 and GCC8.3.
  • Loading branch information
barry-ran authored Sep 13, 2022
2 parents dc386e8 + 5256eed commit c3cf01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/device/decoder/decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ extern "C"
#include "libavcodec/avcodec.h"
}

#include <functional>

class VideoBuffer;
class Decoder : public QObject
{
Expand Down
1 change: 1 addition & 0 deletions src/device/decoder/videobuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <QWaitCondition>
#include <QObject>

#include <functional>
#include "fpscounter.h"

// forward declarations
Expand Down

0 comments on commit c3cf01c

Please sign in to comment.