Browse Source

Fixed include

Paul-Louis Ageneau 4 năm trước cách đây
mục cha
commit
d9aec59352
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>