aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMSession_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/OLMKit/OLMSession_Private.h')
-rw-r--r--xcode/OLMKit/OLMSession_Private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcode/OLMKit/OLMSession_Private.h b/xcode/OLMKit/OLMSession_Private.h
index d906b14..bd7d25d 100644
--- a/xcode/OLMKit/OLMSession_Private.h
+++ b/xcode/OLMKit/OLMSession_Private.h
@@ -6,11 +6,11 @@
//
//
-@import olm;
+#include "olm/olm.h"
@interface OLMSession()
@property (nonatomic) OlmSession *session;
@property (nonatomic, strong) OLMAccount *account;
-@end \ No newline at end of file
+@end