From 5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 24 Jan 2021 17:59:31 +0100 Subject: ifdef everything --- lib/olm/qolminboundsession.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/olm/qolminboundsession.h') diff --git a/lib/olm/qolminboundsession.h b/lib/olm/qolminboundsession.h index 82802520..85807821 100644 --- a/lib/olm/qolminboundsession.h +++ b/lib/olm/qolminboundsession.h @@ -4,6 +4,8 @@ #pragma once +#ifdef Quotient_E2EE_ENABLED + #include #include #include "olm/olm.h" @@ -43,3 +45,4 @@ private: QByteArray m_buffer; }; } // namespace Quotient +#endif -- cgit v1.2.3