Browse Source

Fixed include

Paul-Louis Ageneau 4 years ago
parent
commit
d9aec59352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/rtc/rtp.hpp

+ 1 - 1
include/rtc/rtp.hpp

@@ -20,7 +20,7 @@
 #ifndef RTC_RTP_HPP
 #define RTC_RTP_HPP
 
-#include <rtc/log.hpp>
+#include "log.hpp"
 
 #include <cmath>