Explorar el Código

Fixed include

Paul-Louis Ageneau hace 4 años
padre
commit
d9aec59352
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>