From 7857f15ec3c79dc206c431e36dda2d86015d0b65 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 24 Dec 2014 16:21:38 +0100 Subject: [PATCH] Fix relative includes --- clients/ccrtp/ZrtpQueue.h | 2 +- clients/ccrtp/zrtpccrtp.h | 2 +- zrtp/libzrtpcpp/ZrtpCallback.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/ccrtp/ZrtpQueue.h b/clients/ccrtp/ZrtpQueue.h index 512d8c84..3e9eb277 100644 --- a/clients/ccrtp/ZrtpQueue.h +++ b/clients/ccrtp/ZrtpQueue.h @@ -22,7 +22,7 @@ #include #include #include -#include +#include "CcrtpTimeoutProvider.h" class __EXPORT ZrtpUserCallback; class __EXPORT ZRtp; diff --git a/clients/ccrtp/zrtpccrtp.h b/clients/ccrtp/zrtpccrtp.h index 3eae1832..d4303ee2 100644 --- a/clients/ccrtp/zrtpccrtp.h +++ b/clients/ccrtp/zrtpccrtp.h @@ -19,7 +19,7 @@ #define _ZRTPCCRTP_H_ #include -#include +#include "ZrtpQueue.h" NAMESPACE_COMMONCPP diff --git a/zrtp/libzrtpcpp/ZrtpCallback.h b/zrtp/libzrtpcpp/ZrtpCallback.h index 7f5b9e4d..3612241f 100644 --- a/zrtp/libzrtpcpp/ZrtpCallback.h +++ b/zrtp/libzrtpcpp/ZrtpCallback.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include "common/osSpecifics.h" /** * This enum defines which role a ZRTP peer has.