aboutsummaryrefslogtreecommitdiff
path: root/lib/olm/qolmoutboundsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/olm/qolmoutboundsession.h')
-rw-r--r--lib/olm/qolmoutboundsession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/olm/qolmoutboundsession.h b/lib/olm/qolmoutboundsession.h
index 147c0e03..41eb874a 100644
--- a/lib/olm/qolmoutboundsession.h
+++ b/lib/olm/qolmoutboundsession.h
@@ -2,6 +2,7 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
#pragma once
+#ifdef Quotient_E2EE_ENABLED
#include "olm/olm.h" // from Olm
#include "olm/errors.h"
@@ -45,3 +46,4 @@ private:
QByteArray m_buffer;
};
}
+#endif