aboutsummaryrefslogtreecommitdiff
path: root/lib/olm/errors.h
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-01-24 17:59:31 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:34:52 +0100
commit5b072f7d2519df4c60cc6ae4ce728e99a09d8d44 (patch)
treef0ccf309a3ebe0c2cccfc50d2f6d9b9076a97e3b /lib/olm/errors.h
parent8706c055e69b01097b702403aaa0d222e5ab0d29 (diff)
downloadlibquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.tar.gz
libquotient-5b072f7d2519df4c60cc6ae4ce728e99a09d8d44.zip
ifdef everything
Diffstat (limited to 'lib/olm/errors.h')
-rw-r--r--lib/olm/errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/olm/errors.h b/lib/olm/errors.h
index 3dc4c796..09d2a989 100644
--- a/lib/olm/errors.h
+++ b/lib/olm/errors.h
@@ -2,9 +2,9 @@
//
// SPDX-License-Identifier: LGPL-2.1-or-later
-#ifndef QUOTIENT_OLM_ERROR_H
-#define QUOTIENT_OLM_ERROR_H
+#pragma once
+#ifdef Quotient_E2EE_ENABLED
#include <string>
namespace Quotient {