diff --git a/MTSMotisObject.h b/MTSMotisObject.h index a6f4672..c4e139c 100644 --- a/MTSMotisObject.h +++ b/MTSMotisObject.h @@ -15,7 +15,6 @@ // limitations under the License. #import -#import "Motis.h" /** * This class is a helper that allow to use NSCoding and NSCopying reusing the Motis mapping definitions. diff --git a/MTSMotisObject.m b/MTSMotisObject.m index efe627e..75bf1bf 100644 --- a/MTSMotisObject.m +++ b/MTSMotisObject.m @@ -15,6 +15,7 @@ // limitations under the License. #import "MTSMotisObject.h" +#import "NSObject+Motis.h" @implementation MTSMotisObject