Browse Source

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

Staz M 4 years ago
parent
commit
198d0746b9
1 changed files with 1 additions and 0 deletions
  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)                                                                                  \