Skip to content

Commit 5999fb5

Browse files
committed
rxtx/h264_rtp: Add missing assert include
1 parent 0fc7d61 commit 5999fb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/video_rxtx/h264_rtp.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
#ifndef VIDEO_RXTX_H264_RTP_H_
4343
#define VIDEO_RXTX_H264_RTP_H_
4444

45+
#include <cassert>
4546
#include <atomic> // for atomic_bool
4647
#include <memory> // for shared_ptr
4748

0 commit comments

Comments
 (0)