aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMAccount_Private.h
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-09-27 11:57:29 +0200
committermanuroe <manu@matrix.org>2016-09-27 14:07:30 +0200
commit6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b (patch)
tree19311a94dc999d776b36535d28f2c751cb7d629f /xcode/OLMKit/OLMAccount_Private.h
parent1d06f2a4d9565c332081bc685edd8fd61d6507ef (diff)
OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
Diffstat (limited to 'xcode/OLMKit/OLMAccount_Private.h')
-rw-r--r--xcode/OLMKit/OLMAccount_Private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcode/OLMKit/OLMAccount_Private.h b/xcode/OLMKit/OLMAccount_Private.h
index 4eb3e2b..b8cf506 100644
--- a/xcode/OLMKit/OLMAccount_Private.h
+++ b/xcode/OLMKit/OLMAccount_Private.h
@@ -6,10 +6,10 @@
//
//
-@import olm;
+#include "olm/olm.h"
@interface OLMAccount()
@property (nonatomic) OlmAccount *account;
-@end \ No newline at end of file
+@end