From 96ba50a1595c38adcf8268c567ec27c6488cbc28 Mon Sep 17 00:00:00 2001 From: Aaro Altonen Date: Wed, 5 Aug 2020 09:09:33 +0300 Subject: [PATCH] Fix includes in formats/media.hh --- include/formats/media.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/formats/media.hh b/include/formats/media.hh index 01407f4..ee3c46b 100644 --- a/include/formats/media.hh +++ b/include/formats/media.hh @@ -2,9 +2,9 @@ #include -#include "rtp.hh" -#include "socket.hh" -#include "util.hh" +#include "../rtp.hh" +#include "../socket.hh" +#include "../util.hh" namespace uvg_rtp {