소스 검색

Allow rtp.hpp to be used on it's own

Staz M 4 년 전
부모
커밋
198d0746b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/rtc/rtp.hpp

+ 1 - 0
include/rtc/rtp.hpp

@@ -22,6 +22,7 @@
 
 #include <cmath>
 #include <netinet/in.h>
+#include <rtc/log.hpp>
 
 #ifndef htonll
 #define htonll(x)                                                                                  \